AlelyaniT / pynocle

Automatically exported from code.google.com/p/pynocle
0 stars 0 forks source link

Add *nix support #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I need someone with a *nix machine to help me make sure this project can be run 
on *nix boxes.  I'm sure it cannot in some places (such as where WindowsError's 
are being caught), but don't have a machine to work with and don't want to set 
up a VM right now.

Original issue reported on code.google.com by rob.gala...@gmail.com on 27 Sep 2011 at 3:02

GoogleCodeExporter commented 8 years ago
Sebastian is working on this at github: https://github.com/sdouche/pynocle

Original comment by rob.gala...@gmail.com on 1 Oct 2011 at 4:01

GoogleCodeExporter commented 8 years ago

Original comment by rob.gala...@gmail.com on 2 Oct 2011 at 5:33

GoogleCodeExporter commented 8 years ago
Honestly, the only things I had to do to enable linux support were:

1. Install graphviz (sudo apt-get intall graphviz)
2. Install numpy (sudo apt-get install python-numpy)
3. Manualy copy default.css to the site-package
4. monkey patch os.altsep = os.sep before calling m.generate_all()

Original comment by Bashw...@gmail.com on 4 Dec 2012 at 5:58