hust-marx / firebreath

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

pyc files present in distribution #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Several pyc files ship in the distribution:

$ find . -name '*.pyc'
./fbgen/__init__.pyc
./fbgen/gen_templates.pyc

They are problematic if your local version of Python is different from that
used by the Firebreath developers:

$ python ~/sw/firebreath/fbgen.py 
Traceback (most recent call last):
  File "/Users/gschmidt/sw/firebreath/fbgen.py", line 18, in <module>
    from fbgen.gen_templates import *
ImportError: Bad magic number in
/Users/gschmidt/sw/firebreath/fbgen/gen_templates.pyc

The solution is simply to remove these pyc files from the distribution.

Original issue reported on code.google.com by geoffsch...@gmail.com on 26 Mar 2010 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by georg.fritzsche on 28 Mar 2010 at 5:33

GoogleCodeExporter commented 9 years ago
Try the nightly build that I just posted; I will be posting a 1.0.1 build in a 
few
days that will have the permissions fixed and the .pyc files missing.

Thanks for reporting this.

Original comment by taxilian on 31 Mar 2010 at 1:26

GoogleCodeExporter commented 9 years ago
nightly-3 looks good to me. Thanks!

Original comment by geoffsch...@gmail.com on 31 Mar 2010 at 11:36