Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python interfaces fails with ""'module' object has no attribute 'argv'"" #191

Closed
mwetter opened this issue Oct 17, 2013 · 1 comment
Closed
Assignees
Milestone

Comments

@mwetter
Copy link
Member

mwetter commented Oct 17, 2013

When a python function access sys.argv, for example using

 import sys
 print sys.argv

then the error
""'module' object has no attribute 'argv'""
occurs.

This also occurs when importing bacpypes. See http://stackoverflow.com/questions/19381441/python-modelica-connection-fails-due-to-import-error

@mwetter
Copy link
Member Author

mwetter commented Oct 17, 2013

Commit 674448d
fixes the source code.
Still need to generate linux64 and win32 libraries.

mwetter added a commit that referenced this issue Oct 18, 2013
@mwetter mwetter closed this as completed Oct 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant