-
Notifications
You must be signed in to change notification settings - Fork 77
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
Changed the importlib functions that caused relative import errors #14
Conversation
Allright! Would be nice if this would also work for the others involved. |
Hello. Don't know what to do |
The short answer: use Python 3. |
Thank you. |
That's great news! Sounds like you really dug in and got your hands dirty -- the 'queue' thing is just one of many differences between 2.x and 3.x; it's a bit hard to support 2 and 3, so I've opted for 3. 2 is on its way out (and has been for a while), but it's still going to take some time, but that's the future. It's going to depend on which distro/OS/etc, you're using, but the commands I wish it was easier, but this is kind of pre-alpha and I haven't had much personal time/motivation/energy.. I'm hoping I can change that in the next month. But I'm always happy to chat and address issues. You seem engaged and interested, and I'd like to support that. There are some design changes that'll be needed to make swapping languages easy/supported. For now, you're basically hacking on the internals. I'm eager to hear from you about how it goes. Thanks for the kind words -- it's a hard problem; and thanks for the patience and interest. I want it to be an easy, local-first platform for exploring those things you're interested in making it do! Collaboration and contribution is needed -- it's a construction zone, so watch your head and keep an open mind :) |
Thank you too for what you write.
Who have? :D
I'm actually motivating you :) Things was going smooth until a point; after which i installed anaconda3 and things looks like messed up now, don't know what it's happening; i'm almost new to python, less new to linux/unix and come from C/C++ so it would require some personal effort for me to go deep in. This framework is very nice and interesting, yet early stage, but it is nice, definitely. I think anaconda messed up with libraries and/or envorionment: now the oa cannot see pocketshipnx again, and other errors. Will see if i can hack the debug myself, or ask your help (surely) :D |
Update: solved. was just enough to deactivate anaconda. |
I tried to solve to problem that some guys had in
#12
To solve this issue, I just changed two of the importlib functions slightly. Hope this helps =)