Open GoogleCodeExporter opened 9 years ago
https://code.google.com/p/svgfig/wiki/Version2Announcement seems like it might
be in error when it says you can use "from svgfig.interactive import *" even if
_curve didn't compile. I don't know if I should make a separate Issue of this,
it seems related to this one.
my evidence to back up this claim:
Python 2.7.5+ (default, Feb 27 2014, 19:37:08)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import svgfig
>>> exit()
[...]:~/src/py/svgfig$ python test.py
Traceback (most recent call last):
File "test.py", line 4, in <module>
from svgfig.interactive import *
File "/home/[...]/src/py/svgfig/svgfig/interactive.py", line 1, in <module>
import curve, defaults, glyphs, pathdata, plot, svg, trans
File "/home/[...]/src/py/svgfig/svgfig/curve.py", line 2, in <module>
import defaults, svg, trans, pathdata, glyphs, _curve
ImportError: No module named _curve
Original comment by macgini...@gmail.com
on 12 Mar 2014 at 5:51
Original issue reported on code.google.com by
Thomas.J...@gmail.com
on 30 Nov 2008 at 12:31