TheGU / python-money

Automatically exported from code.google.com/p/python-money
0 stars 0 forks source link

import fails in python 3.3 #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install py-moneyed using pip
2. import moneyed

What is the expected output? What do you see instead?
  Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "c:\Program Files\Python33\lib\site-packages\moneyed\__init__.py", line 1, in <module>
    from classes import *
ImportError: No module named 'classes'

What version of the product are you using? On what operating system?
Python 3.3 on windows 7 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by rkhw...@gmail.com on 19 Feb 2013 at 5:23

GoogleCodeExporter commented 9 years ago
I Have the same problem, when I will have the solution?

Original comment by noslin...@gmail.com on 24 Dec 2013 at 7:36