Re: [Py2exe-users] again same error
by Werner F. Bruhin other posts by this author
Jul 25 2006 7:21AM messages near this date
[Py2exe-users] again same error
|
[Py2exe-users] Com server not registering with py2exe 0.6.2
Hi,
Can you run e.g. the setup.py in py2exe\sample\simple?
programer_vedran_d wrote:
> Thanks for help,but again when I write your examples:
>
>
>
>
> from distutils.core import setup
> import py2exe
>
> setup(
> version = "1.0",
> description = "your description for the script",
> name = "py2exe samples",
>
> # targets to build
> windows = ["myscript.py"]
>
> again same error:
You are missing ')'
Werner
>
>
> Traceback (most recent call last):
> File "<pyshell#4>", line 1, in -toplevel-
> setup(name='myscript.py')
> File "C:\Python24\distutils\core.py", line 101, in setup
> _setup_distribution = dist = klass(attrs)
> File "C:\Python24\distutils\dist.py", line 130, in __init__
> setattr(self, method_name, getattr(self.metadata, method_name))
> AttributeError: DistributionMetadata instance has no attribute 'get___doc__'
>
>
>
> THANK YOU AND PLEA
SE HELP ME!!!!!!!!!!!!!!!!
>
>
>
>
>
>
> --
> Odaberite XXLadsl - od sada 2 x br¾i uz iste cijene prikljuèka i paketa!
> Vi¹e saznajte na http://www.iskon.biz/xxladsl
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Py2exe-users mailing list
> Py2exe-users@[...].net
> https://lists.sourceforge.net/lists/listinfo/py2exe-users
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Programer_vedran_d
Werner F. Bruhin
|