I am using rpy, excelent program. The only problem is that I want to produce a windows installer for my program, and R is a rather large package to distribute with my application. Also R does not behave well with py2exe.
I manage to run veusz on my machine by running the following commands: python setup.py build python setup.py install following the instructions in the INSTALL file distributed with veusz but notice that I have QT and pyQT installed on my machine (I have a commercial licence, as I am using it for the GUI of program.) At some point I had to comment this line in veusz.py #sys.path.insert( 0, os.path.dirname(__file__) ) Cheers, Eduardo. -----Original Message----- From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 10:44 AM To: [EMAIL PROTECTED] Subject: veusz Windows binary I noticed from the veusz list that you managed to create a Windows binary. Could you send me a copy? I would like to try it out but don't have the patience or possibly the skills to create one myself. By the way, you might want to check out R: http://www.r-project.org - home page http://addictedtor.free.fr/graphiques/allgraph.php - R graphics gallery http://www.rpad.org/Rpad/ - web site that uses R http://www.math.montana.edu/Rweb/ - type R statements into web page http://www.rpad.org/Rpad/R-refcard.pdf - reference card for R language R has its own language but if you prefer Python there are two different Python interfaces to R to choose from: http://www.omegahat.org/RSPython/ http://rpy.sourceforge.net/ Regards.
