bruno1505 / pyetv

Automatically exported from code.google.com/p/pyetv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error creating plugin bundle #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The 'make real' stops with the following error.
Any suggestions what went wrong or what am I missing.

*** creating plugin bundle: EyeTV ***
creating /Users/elmar/test/pyetv/pyetv-read-
only/dist/EyeTV.frappliance/Contents/Resources/English.lproj
copying English.lproj/InfoPlist.strings -> /Users/elmar/test/pyetv/pyetv-read-
only/dist/EyeTV.frappliance/Contents/Resources/English.lproj
Traceback (most recent call last):
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/py2a
pp/build
_app.py", line 570, in _run
    self.run_normal()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/py2a
pp/build
_app.py", line 641, in run_normal
    self.create_binaries(py_files, pkgdirs, extensions, loader_files)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/py2a
pp/build
_app.py", line 736, in create_binaries
    target, arcname, pkgexts, copyexts, target.script)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/py2a
pp/build
_app.py", line 1138, in build_executable
    self.copy_file(src, dest)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutil
s/cmd.py", 
line 376, in copy_file
    dry_run=self.dry_run)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutil
s/file_util.p
y", line 119, in copy_file
    "can't copy '%s': doesn't exist or not a regular file" % src
DistutilsFileError: can't copy 'PyFR': doesn't exist or not a regular file
> 
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils
/file_util.p
y(119)copy_file()
-> "can't copy '%s': doesn't exist or not a regular file" % src

Original issue reported on code.google.com by elmar.do...@gmail.com on 6 Jul 2008 at 10:12

GoogleCodeExporter commented 8 years ago
Do you have the PyFR directory under the main PyeTV directory?

Original comment by jon.chri...@gmail.com on 10 Aug 2008 at 5:53

GoogleCodeExporter commented 8 years ago
Hello, there is no PyeTV directory as part of the source distribution. Do I 
have to create one? What has to be in 
the PyeTV directory?
Thanks for support and Best Regards

Original comment by elmar.do...@gmail.com on 10 Aug 2008 at 11:31

GoogleCodeExporter commented 8 years ago
When you get the source via SVN, the top level directory which is created is the
PyeTV directory, and under that should be the PyFR directory, which is pulled 
via a
svn external property.

Original comment by jon.chri...@gmail.com on 10 Aug 2008 at 5:01

GoogleCodeExporter commented 8 years ago
Hello, I did start with a fresh check out from the SVN, now the PyFR directory 
is populated and the make process 
runs fine!
Thank you,
Elmar 

Original comment by elmar.do...@gmail.com on 10 Aug 2008 at 6:17

GoogleCodeExporter commented 8 years ago

Original comment by jon.chri...@gmail.com on 10 Aug 2008 at 7:52