[issue37425] Using Pyinstaller with (Anaconda) Python 3.7.3 needs PyQt5 even if not imported in code

2019-06-27 Thread Sameer Bobade
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

[issue37425] Using Pyinstaller with (Anaconda) Python 3.7.3 needs PyQt5 even if not imported in code

2019-06-27 Thread Sameer Bobade
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

[issue35407] Datetime function with selenium

2018-12-04 Thread Sameer Joshi
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

[issue35407] Datetime function with selenium

2018-12-04 Thread Sameer Joshi
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

[issue30454] Python module cx_Oracle ld installation issue on Solaris11U3 SPARC: fatal: file /oracle/database/lib/libclntsh.so: wrong ELF class: ELFCLASS64 error

2017-05-24 Thread sameer natekar
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

[issue24563] Encoding declaration: doc supported encodings

2015-07-08 Thread Sameer Kulkarni
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

[issue4194] Miserable subprocess.Popen performance

2008-10-24 Thread Sameer
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

[issue4194] Miserable subprocess.Popen performance

2008-10-24 Thread Sameer
Changes by Sameer <[EMAIL PROTECTED]>: -- nosy: +sameerd ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4194> ___ ___ Python-bugs