Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions