wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 3 forks source link

Possible packaging error for python-graph version 1.4.0 #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install on a win32 platform.
2. Attempt to run one of the examples.
3.

What is the expected output? What do you see instead?
When I run one of the examples it appears to be missing the 'filters' package.

What version of the product are you using? On what operating system?
1.4.0 on Win32 but it happens on Linux if installed from source as well.

Please provide any additional information below.

I changed setup.py to include graph.algorithms.filters in the packages
parameter and it appears to fix that problem.

Original issue reported on code.google.com by walter.m...@gmail.com on 9 Feb 2009 at 3:07

GoogleCodeExporter commented 9 years ago
There's a bug in the installer. I'll try to release a fix today.

Thank you.

Original comment by pmatiello on 9 Feb 2009 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 9 Feb 2009 at 3:33

GoogleCodeExporter commented 9 years ago
Could you please check the release 1.4.1 in the download page? Does it work 
correctly
for you?

Original comment by pmatiello on 9 Feb 2009 at 3:56

GoogleCodeExporter commented 9 years ago
It now works fine for me on both Linux and Windows.

There was one thing which I noticed .egg file that gets stored in site-packages 
is
version 1.4.0.  I don't know enough about egg files to know if that is a 
problem.

Original comment by walter.m...@gmail.com on 10 Feb 2009 at 12:39

GoogleCodeExporter commented 9 years ago
Your site-packages folder will include all the eggs you have previously 
installed. If
you install multi-version then eggs do not get deleted.

Original comment by salimfadhley@gmail.com on 10 Feb 2009 at 1:16

GoogleCodeExporter commented 9 years ago
Issue closed. Thank you everybody.

Original comment by pmatiello on 10 Feb 2009 at 3:00