Python Forum
[split] Trouble making my first python .exe using pyinstaller.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Trouble making my first python .exe using pyinstaller.
#6
(Apr-21-2018, 08:42 PM)ljmetzger Wrote: when there is a file named abc.py in the same folder as the file being compiled
There can be problems if name a file abc.py,because of Abstract Base Classes.
So python has a file named abc.py that use this module.
>>> import abc
>>> 
>>> abc.__file__
'C:\\Python36\\lib\\abc.py
Reply


Messages In This Thread
RE: [split] Trouble making my first python .exe using pyinstaller. - by snippsat - Apr-21-2018, 09:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trouble with installing python domingo251 2 618 Sep-23-2023, 12:03 AM
Last Post: ICanIBB
  Pyinstaller 3 Python 2 mckymntl 0 1,241 Feb-07-2022, 06:28 AM
Last Post: mckymntl
  making variables in my columns and rows in python kronhamilton 2 1,646 Oct-31-2021, 10:38 AM
Last Post: snippsat
  Python 3.7, Windows 10, pyinstaller, winsound, no sound in executable kmarien 3 3,694 Nov-30-2020, 04:10 PM
Last Post: buran
  New to python, having trouble with an exercise Salkay 3 2,188 Feb-18-2020, 01:42 AM
Last Post: Salkay
  Cannot Change Python script to exe using Pyinstaller omar_mohsen 3 2,417 Dec-19-2019, 01:05 PM
Last Post: buran
  More Python Embedding Trouble jibarra 3 2,952 Jul-11-2019, 09:25 PM
Last Post: Gribouillis
  Making a generalised CSV COPY script in Python Sandy7771989 3 2,455 Jul-05-2019, 11:02 PM
Last Post: Larz60+
  [split] I need help making a four digit code cracker with random tycpytyt 1 2,565 Mar-24-2019, 05:53 PM
Last Post: micseydel
  Error with using pyinstaller to convert python script in Mac OS Takeshio 2 5,403 Oct-19-2018, 02:42 PM
Last Post: Takeshio

Forum Jump:

User Panel Messages

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