sorry for double post guys. didn't notice the "approval period message". 
feel free ignore this message.

On Tuesday, March 11, 2014 10:33:36 AM UTC+2, Michael Sverdlik wrote:
>
> Hi all,
> I thought I posted this post before but somehow can't see it in the list, 
> so I'm going to repost again, sorry if it becomes double post as a result.
>
> I'm trying to package module with load_entry_point call. After searching 
> for a while I found this wiki page: 
> http://www.pyinstaller.org/wiki/Recipe/SetuptoolsEntryPoint
>
> I tried to follow as following:
> 1) create spec file using 'pyi-makespec <script>'
> 2) edit spec file (attached my edited spec file)
> 3) run 'pyinstaller <spec>'
>
> However I'm still hitting brick wall:
>
> $ dist/pdfposter/pdfposter
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named pdftools.pdfposter.cmd
>
>
> pdfposter installed: 
> $ pip show pdftools.pdfposter
> ---
> Name: pdftools.pdfposter
> Version: 0.6.0
> Location: /usr/local/lib/python2.7/dist-packages
> Requires: pyPdf
>
> I'm feeling like the info on the wiki page is not the most up to date, 
> however I couldn't find any reference to setuptools in the official manual. 
>
> Thank you for your help!
>

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