Python Forum
Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
#1
Hello,

I using py2exe to generate an executable,

Here is my setup.py

from distutils.core import setup
import py2exe
setup(windows=['C:\\Users\source\repos\myapp.py'], 
      options={
          'py2exe': {
              'packages' : ['ringcentral']
              }
          }
      )
So I run this like so
C:\Users\source\repos\>python setup.py install

this givers me
running install
running build
running install_egg_info
Removing C:\Users\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\UNKNOWN-0.0.0-py3.7.egg-info
Writing C:\Users\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\UNKNOWN-0.0.0-py3.7.egg-info


No exe is produced, what am I missin?

Thanks
Reply


Messages In This Thread
Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info - by Rickus - Feb-18-2020, 02:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What is all the info in the info window in Idle? Pedroski55 3 749 Jul-08-2023, 11:26 AM
Last Post: DeaD_EyE
  [split] Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info sarahroxon7 1 974 Apr-20-2022, 08:02 AM
Last Post: VadimCr
  Py2exe and pycryptodome reks2004 5 4,264 Dec-16-2020, 06:42 PM
Last Post: reks2004
  py2exe failed to compiled gahhon 9 7,653 Mar-04-2019, 03:29 AM
Last Post: gahhon
  py2exe keegan_010 4 4,566 Aug-22-2018, 07:58 AM
Last Post: buran
  How would I combine multiple .py files into one .exe with Py2Exe shlomi27 0 3,147 Aug-20-2018, 10:27 AM
Last Post: shlomi27
  jira-2.0.0.dist causing error with py2exe johnlawlor 1 2,562 Aug-09-2018, 08:27 PM
Last Post: Larz60+
  can not open .exe file generated by py2exe: ImportError: cannot import name _remove_d py2exe 0 2,774 May-22-2018, 09:57 AM
Last Post: py2exe
  trouble with pip and py2exe sylas 12 14,053 Sep-17-2017, 06:38 AM
Last Post: sylas
  Convert py2exe daltorya19 6 5,488 May-28-2017, 11:48 PM
Last Post: daltorya19

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020