Sameer Bobade added the comment:
PyQt5 was installed when trying to make exe with Python 3.7.3 because without
it pyinstaller will fail to produce output.
Added log without PyQt5 & Python 3.7.3 which fails to produce output.
Maybe this is issue of Matplotlib then? Not sure if versions
New submission from Sameer Bobade :
I am writing a test code with Python and tested that it works on both Python
3.7 and 3.7.3
The code uses tkinter, and does not use PyQT5
I use pyinstaller 3.4 I convert the python to exe.
With the same code and and same dependencies (including version
Sameer Joshi added the comment:
I have defined 2 variables , 1 for Friday and other for rest of weekdays.
However when I match these two with the website date(which is 'today - 3' for
Monday and 'today -1' )it shows the error as variable not defined. Below is
code f
New submission from Sameer Joshi :
I have defined 2 variables , 1 for Friday and other for rest of weekdays.
However when I match these two with the website date(which is 'today - 3' for
Monday and 'today -1' )it shows the error as variable not defined. Below is
code f
New submission from sameer natekar:
Trying to install cx_Oracle on Solaris11U3 but getting ld: fatal: file
/oracle/database/lib/libclntsh.so: wrong ELF class: ELFCLASS64 error
# python setup.py build
running build
running build_ext
building 'cx_Oracle' extension
cc -DNDEBUG -KPI
Sameer Kulkarni added the comment:
I have added link to Standard Encodings :
https://docs.python.org/3/library/codecs.html#standard-encodings
and Python Specific Encodings :
https://docs.python.org/3/library/codecs.html#python-specific-encodings
--
keywords: +patch
nosy: +ksameersrk
Sameer <[EMAIL PROTECTED]> added the comment:
The subprocess module does different things depending on whether the
systems are Windows or Posix. This could explain the bad performance on
Solaris and the Mac and the good performance on Windows.
If this is correct, then we should se
Changes by Sameer <[EMAIL PROTECTED]>:
--
nosy: +sameerd
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4194>
___
___
Python-bugs