Closed maxfragg closed 10 years ago
It'd be great if you could let me know if you're getting success with py3 with the latest master.
Once you let me know the status of py3 I"ll push out a 0.1.3 release to pypi.
Cheers
I will test it, though no promisies that i can still do it this week, since I'm on an other project this week, i will be back on my bachelor thesis, which uses your project next week ;-) greetings Max On 03/12/2014 11:14, Michael Dorman wrote:
It'd be great if you could let me know if you're getting success with py3 with the latest master.
Once you let me know the status of py3 I"ll push out a 0.1.3 release to pypi.
Cheers
— Reply to this email directly or view it on GitHub https://github.com/mjdorma/pyvbox/issues/12#issuecomment-37392718.
Thx for you're work, but i give up, now that the python3 errors in pyvbox are fixed, i get errors form the layer below:
File "/usr/share/pyshared/vboxapi/init.py", line 428 except AttributeError, e: ^ SyntaxError: invalid syntax
(eg, using ',' instead of 'as') which is part of the official virtualbox api, as i understand, for me python3 compatibility was always a stretch goal. thx for you're work, never the less Max
On 12.03.2014 11:14, Michael Dorman wrote:
It'd be great if you could let me know if you're getting success with py3 with the latest master.
Once you let me know the status of py3 I"ll push out a 0.1.3 release to pypi.
Cheers
— Reply to this email directly or view it on GitHub https://github.com/mjdorma/pyvbox/issues/12#issuecomment-37392718.
Lol... That's a shame! The reason I created this library was to make using vboxapi easy. Now that you posted this, I remember now why I stopped testing in Py3. :/.
I'll close this off for now... At least pyvbox is now ready (more then less) for the day vboxapi is updated to support Py3.
Hey, I thought I let you know, that my project using pyvbox is now public and can be found on https://github.com/maxfragg/ForGeOSI mfg Max
On 03/19/2014 09:40 PM, Michael Dorman wrote:
Lol... That's a shame! The reason I created this library was to make using vboxapi easy. Now that you posted this, I remember now why I stopped testing in Py3. :/.
I'll close this off for now... At least pyvbox is now ready (more then less) for the day vboxapi is updated to support Py3.
— Reply to this email directly or view it on GitHub https://github.com/mjdorma/pyvbox/issues/12#issuecomment-38103905.
Nice work!
Importing with ipython3 (v 0.13.2) fails, since the pythonic_name creation for enums in library seams not to work