Hello,
 
Following is the trace.txt file output.
 
execve("./svnspx", ["./svnspx"], [/* 38 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
directory)
open("/usr/lib/libtsocks.so", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or 
directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
directory)
open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
directory)
open("/lib/i386-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
directory)
open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
stat64("/lib/ld-lsb.so.3", 0xbfc4eef8)  = -1 ENOENT (No such file or 
directory)
readlink("./svnspx", 0xbfc4ca2c, 1024)  = -1 EINVAL (Invalid argument)
getcwd("/home/svnspx/dist/svnspx", 4096) = 35
lstat64("/home/svnspx/dist/svnspx/svnspx", {st_mode=S_IFREG|0755, 
st_size=1308329, ...}) = 0
open("/home/svnspx/dist/svnspx/svnspx", O_RDONLY) = 3
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=10848, 
si_status=255, si_utime=8, si_stime=0} ---
+++ exited with 255 +++
 
Best Regards,
Joe.
On Monday, July 28, 2014 12:48:17 PM UTC+2, Hartmut Goebel wrote:

>  Am 16.07.2014 14:26, schrieb Joe:
>
> Now I have Ubuntu 14 and this have python 2.7. After I use pyinstaller and 
> compile, this binary folder also contains a file pysvn._pysvn_2_7.so. 
> However, when I try to run my exeuctable, I get the below error
>
>
> I assume the quickest way to find the real problem is running you 
> application under strace:
>
> strace -o /tmp/trace.txt -f -e trace=file YourApplication
>
>
> -- 
> Schönen Gruß 
> Hartmut Goebel 
> Dipl.-Informatiker (univ), CISSP, CSSLP
> Information Security Management, Security Governance, Secure Software 
> Development 
>
> Goebel Consult, Landshut 
> http://www.goebel-consult.de 
>
> Blog: http://www.goebel-consult.de/blog/1.-platz-bei-google-ganz-ohne-seo 
> Kolumne: http://www.cissp-gefluester.de/2011-11-in-troja-nichts-neues 
>
> Goebel Consult ist Mitglied bei http://www.7-it.de/ 
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to