From: Andrew M. <mo...@tb...> - 2001-05-22 21:37:34
|
Forgive my ignorance, please (I am only beginning to understand Python) but I am having trouble installing your package. On my linux system I unzipped everything into /usr/local/lib/python2.0/site-packages and a KineticsKit/ directory was created where everything was put. When I try out your examples I get some errors that look like this: [morris@domra examples]$ python2.0 exa04_the_cube.py Traceback (innermost last): File "exa04_the_cube.py", line 1, in ? from KineticsKit import * File "/usr/lib/python1.5/site-packages/KineticsKit/__init__.py", line 12, in ? from system import System File "/usr/lib/python1.5/site-packages/KineticsKit/system.py", line 20 self.display = visual.display(title=name, **keywords) ^ SyntaxError: invalid syntax I don't know much about python2.0, since I have been learning using 1.5, so maybe that is most of my problem. Although, I do know that VPython is working with 2.0... Thanks for the help! Andrew Morrison On Tue, 22 May 2001, Markus Gritsch wrote: > Hi! > > I'd like to mention that I have made some updates to my small package for > VPython. You can take a look at it here: > http://stud4.tuwien.ac.at/~e9326522/KineticsKit/html/ > > The package has 3 new examples, improved graphics on the website produced > with the export to POV-Ray feature available from the System-class, a > class-reference which was generated with the pydoc tool and some other > improvements. > > Enjoy, Markus > > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > http://lists.sourceforge.net/lists/listinfo/visualpython-users > |