-
Notifications
You must be signed in to change notification settings - Fork 66
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
Visbrain in IronPython #21
Comments
GitMate.io thinks possibly related issues are #4 (installing visbrain), #10 (Update and/or redirect links to visbrain modules), and #17 (Hello I cant open visbrain everytime i get same error ). |
refer to this
but after this 2 line, pops out another error, which is
this is the detail of the error
|
I had emailed iron python developers about this error. According to http://visbrain.org According to the developer of iron python, they only support Python 2 and are working on Python 3 support. So, Visbrain can't run under iron python 2.7.8. |
I am using Window 7, 64 bit version.
I am trying to implement visbrain using ironPython in Visual Studio 2017, framework 4.0.
below is my iron python environment :
IronPython v2.7.8
IronPython.StdLib v2.7.8.1
This is the code that i am working on.
testtopo.py only contains 2 lines of code, which is
But it pops out an error said
IronPython.Runtime.Exceptions.ImportException: 'No module named visbrain'
Would like to know what have i miss out, so that i can solve this issue. Thank You.
The text was updated successfully, but these errors were encountered: