pbfy0 / visvis

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

libfreetype.so.6 not copied by freezeHelp.copyResources because there is no absolute path (Linux) #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. execute freezeHelp.copyResources("path/to/build") on Linux
2.
3.

What is the expected output? What do you see instead?
Expect libfreetype.so.6  to be copies to 
path/to/build/visvisResources/libfreetype.so.6
Instead error at freezeHelp line 44
shutil.copy(ft_filename, os.path.join(destPath,fname))
because ft_filename == "libfreetype.so.6"

What version of the product are you using? On what operating system?
visvis 1.8
ubuntu 12.04

Please provide any additional information below.

I suppose ft_filename should be something like 
/usr/lib/i386-linux-gnu/libfreetype.so.6

Original issue reported on code.google.com by owe...@hotmail.com on 13 Feb 2013 at 4:42

GoogleCodeExporter commented 9 years ago
python 2.7

Original comment by owe...@hotmail.com on 13 Feb 2013 at 4:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 680b9232efc1.

Original comment by almar.klein@gmail.com on 9 Mar 2013 at 1:48