openlabs / magento

Python API for Magento
Other
136 stars 82 forks source link

execfile does not work in Python 3.x #17

Closed diiman2000 closed 11 years ago

diiman2000 commented 11 years ago

i get the following errors when trying to install the magento- devlop

C:\Python33\magento-develop>setup.py install Traceback (most recent call last): File "C:\Python33\magento-develop\setup.py", line 14, in execfile(os.path.join('magento', 'version.py')) NameError: name 'execfile' is not defined

what do i do please??

sharoonthomas commented 11 years ago

We have not tested this module with python 3+ It looks like an issue with py3k+

diiman2000 commented 11 years ago

what python have you tested the whole module with..so i can download that and use it

sharoonthomas commented 11 years ago

Works with python 2.5,2.6,2.7