Bug report - Python 3.10 from Microsoft Store - IDLE won't start

2022-11-29 Thread Johan Gunnarsson via Python-list
Hello, IDLE won't start if ver. 3.10 is installed from Microsoft Store. 3.9 works just fine. Thanks in advance! Johan Gunnarsson Lunds universitet Medicinska fakulteten Bibliotek & IKT Box 118, 221 00 Lund<https://webmail.lu.se/owa/> Besöksadress: Sölvegatan 19, 22

My application failed to start because no Qt platform plugin could be initialized. Reinstalled the application several times my problem didn't got fixed.

2022-08-04 Thread MahaRaja Shiv
Sent from Mail for Windows -- https://mail.python.org/mailman/listinfo/python-list

Re: difficult start with asyncio async/await

2022-03-23 Thread lacsaP Patatetom
S') + ' looping...', 'red')) tasks = [ runItems(url) for url in urls ] tasks and await asyncio.gather(*tasks) await asyncio.sleep(30) asyncio.run(loopForever()) ``` do you think this is the right way for what I want to do ? regards, lacsaP.

difficult start with asyncio async/await

2022-03-23 Thread lacsaP Patatetom
hi, difficult start with asyncio async/await... I'm trying to make a mockup that queries a few sites and posts the results to a server, but the result is not what I expected. I was expecting to get the 4 "get" one after the other, followed by the "post" (eventually m

Re: For a hierarchical project, the EXE file generated by "pyinstaller" does not start.

2021-12-08 Thread Mohsen Owzar
Chris Angelico schrieb am Dienstag, 7. Dezember 2021 um 19:16:54 UTC+1: > On Wed, Dec 8, 2021 at 4:49 AM Mohsen Owzar wrote: > > *** > > GPIOContrl.py > > *** > > cla

Re: For a hierarchical project, the EXE file generated by "pyinstaller" does not start.

2021-12-07 Thread Chris Angelico
On Wed, Dec 8, 2021 at 4:49 AM Mohsen Owzar wrote: > *** > GPIOContrl.py > *** > class GPIOControl: > def my_print(self, args): > if print_allowed == 1: > print(args) > >

For a hierarchical project, the EXE file generated by "pyinstaller" does not start.

2021-12-07 Thread Mohsen Owzar
Hi all, I have a problem with "pyinstaller". When I compile a single Python file, an EXE file is created in the "dist" directory, with which I can start the program and the GUI appears after a few seconds. But when I try to compile my project with "pyinstaller Relai

Re: Start Python programming

2021-04-30 Thread Russell via Python-list
Gazoo wrote: > > > I'd like to start learning Python programming. What sites/tutorials > could you recommend for beginner, please. > I liked the book found at https://automatetheboringstuff.com/ You can read the whole book online. I think you used to be able to downloa

Re: Start Python programming

2021-04-28 Thread Alan Gauld via Python-list
On 27/04/2021 18:32, Gazoo wrote: > I'd like to start learning Python programming. What sites/tutorials > could you recommend for beginner, please. There is a getting started page on the python web site with links to guide you to many listed suggestions - books, web tutorials, video

Re: Start Python programming

2021-04-27 Thread Abrantes Araujo Silva Filho
On Tue, 27 Apr 2021 17:32:22 +, Gazoo wrote: > I'd like to start learning Python programming. What sites/tutorials > could you recommend for beginner, please. Have you tried this book? https://greenteapress.com/wp/think-python-2e/ It is a good book, written by Allan B. Downe

Re: Start Python programming

2021-04-27 Thread dn via Python-list
On 28/04/2021 05.32, Gazoo wrote: > > > I'd like to start learning Python programming. What sites/tutorials > could you recommend for beginner, please. Start with the Python Tutorial (https://docs.python.org/3/tutorial/index.html), thereafter there are other 'docs' a

Start Python programming

2021-04-27 Thread Gazoo
I'd like to start learning Python programming. What sites/tutorials could you recommend for beginner, please. -- Gazoo -- https://mail.python.org/mailman/listinfo/python-list

Re: How to start using python

2020-11-13 Thread Cameron Simpson
On 13Nov2020 15:53, Anthony Steventon wrote: >Thanks for the help from everyone. >Operating system is windows 7. Download installation file is >python-3.7.9-amd64.exe downloaded from python.org. No problems when I run it, >installation successful. >Have tried 2 + 3 with a result of 5 at the comm

Re: How to start using python

2020-11-13 Thread Anthony Steventon
message telling me the entry is undefined. Anthony Steventon. From: Bob Gailer Sent: Thursday, November 12, 2020 8:58 PM To: Anthony Steventon Cc: python list Subject: Re: How to start using python On Nov 12, 2020 10:41 PM, "Anthony Steventon" wrote: > > I am new to Python and

Re: How to start using python

2020-11-13 Thread Bob Gailer
I am new to Python and have downloaded the software onto my pc. There is > no shortcut on my desktop. How the heck do I access it to start learning > how to program with it? > Anthony Steventon. > > -- > This email has been checked for viruses by AVG. > https://www.avg.com > -- &g

Re: How to start using python

2020-11-12 Thread Bob Gailer
On Nov 12, 2020 10:41 PM, "Anthony Steventon" wrote: > > I am new to Python and have downloaded the software onto my pc. There is no shortcut on my desktop. How the heck do I access it to start learning how to program with it? Visit www.Python.Org there should be some links t

How to start using python

2020-11-12 Thread Anthony Steventon
I am new to Python and have downloaded the software onto my pc. There is no shortcut on my desktop. How the heck do I access it to start learning how to program with it? Anthony Steventon. -- This email has been checked for viruses by AVG. https://www.avg.com -- https://mail.python.org

Re: Seeking guidance to start a career in python programming

2020-11-05 Thread Cousin Stanley
ankur gupta wrote: > Good Morning to All, > My name is Ankur Gupta and I wish to seek guidance from you. > > I belong to a non-computer science background > but have always been attracted to this field. > > I had computer science in class 12th ( Where I learned C++ > and Python ) but I did

Seeking guidance to start a career in python programming

2020-11-04 Thread ankur gupta
Good Morning to All, My name is Ankur Gupta and I wish to seek guidance from you. I belong to a non-computer science background but have always been attracted to this field. I had computer science in class 12th (Where I learned C++ and Python) but I did Mechanical Engineering instead in college. I

Re: From an existing Pandas DataFrame, how can I create a summary DataFrame based on the union of overlapping date ranges (given a start and an end date) and an additional column?

2020-06-09 Thread joseph pareti
if trips had dates 01/01/20 - 01/31/20, 01/15/20 - 02/15/20, > 02/01-20 - 02/28/20, then all three would be combined. The starting date > will be 1/1/20 and ending as of 2/28/20. Basically, the company was on > that trip from start to finish… kinda like a relay run handing off the >

From an existing Pandas DataFrame, how can I create a summary DataFrame based on the union of overlapping date ranges (given a start and an end date) and an additional column?

2020-06-03 Thread Aaron
as of 2/28/20. Basically, the company was on that trip from start to finish… kinda like a relay run handing off the baton. Also, the charges will be summed for each of those trips and transferred over to the single row. Here is the starting dataframe code/output (note: the row order is typically

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2020-05-11 Thread cdarlint
oop') > Traceback (most recent call last): > File "", line 1, in > File > "c:\users\nova15\appdata\local\programs\python\python37\lib\site-packages\pyhive\hive.py", > line 192, in __init__ > self._transport.open() > File > "c

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread Rhodri James
On 11/10/2019 15:13, Prabakaran Hadoop wrote: Thanks for your reply. Any work around or any other way to achieve from python to prestosql . If there is, it'll be in the GitHub issue I linked to. I just applied Google to your question. -- Rhodri James *-* Kynesim Ltd -- https://mail.python.

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread Prabakaran Hadoop
> Rhodri James *-* Kynesim Ltd Thanks for your reply. Any work around or any other way to achieve from python to prestosql . -- https://mail.python.org/mailman/listinfo/python-list

Re: Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread Rhodri James
"c:\users\nova15\appdata\local\programs\python\python37\lib\site-packages\pyhive\hive.py", line 192, in __init__ self._transport.open() File "c:\users\nova15\appdata\local\programs\python\python37\lib\site-packages\thrift_sasl\__init__.py", line 79, in open mes

Error: thrift.transport.TTransport.TTransportException: Could not start SASL: b'Error in sasl_client_start (-4) SASL(-4): no mechanism available: Unable t

2019-10-11 Thread prabakaranbigdata
rograms\python\python37\lib\site-packages\pyhive\hive.py", line 192, in __init__ self._transport.open() File "c:\users\nova15\appdata\local\programs\python\python37\lib\site-packages\thrift_sasl\__init__.py", line 79, in open message=("Could not start SASL: %s"

RE: Unable to start Python with Windows 7

2019-09-23 Thread cdoare.ext
ko palypse Envoyé : lundi 23 septembre 2019 13:44 À : [email protected] Objet : Re: Unable to start Python with Windows 7 >What is strange is that I can run Python, but only with a short program ! Hi Crhistian, hard to tell, what might help is if you can copy/paste code which does not run (an e

Re: Unable to start Python with Windows 7

2019-09-23 Thread Eko palypse
>What is strange is that I can run Python, but only with a short program ! Hi Crhistian, hard to tell, what might help is if you can copy/paste code which does not run (an example should be as small as possible). In addition, isn't there any output you get when the program doesn't run? A traceback

RE: Unable to start Python with Windows 7

2019-09-23 Thread cdoare.ext
nvoyé : jeudi 19 septembre 2019 18:06 À : [email protected] Objet : Re: Unable to start Python with Windows 7 Am Donnerstag, 19. September 2019 17:52:48 UTC+2 schrieb [email protected]: > Hi, > I am no more able to start Python from Windows 7 environment. > I have the following me

Re: Unable to start Python with Windows 7

2019-09-19 Thread Eko palypse
Am Donnerstag, 19. September 2019 17:52:48 UTC+2 schrieb [email protected]: > Hi, > I am no more able to start Python from Windows 7 environment. > I have the following message : > "The Application was unable to start correctly, (0xC142). Click OK to > close the applicati

Unable to start Python with Windows 7

2019-09-19 Thread cdoare.ext
Hi, I am no more able to start Python from Windows 7 environment. I have the following message : "The Application was unable to start correctly, (0xC142). Click OK to close the application" Do you have any idea where the problem is ? Bests regards, ___

Re: Want to learn python as I have donne manual testing for 12 years. Please help to share opinion how to start. Thanks

2019-07-15 Thread copeterson07
On Monday, July 15, 2019 at 12:44:20 AM UTC-6, [email protected] wrote: > Want to learn python as I have donne manual testing for 12 years. Please help > to share opinion how to start. Thanks I don't know your skill level with programming, but I have found this https://www.lear

Re: Want to learn python as I have donne manual testing for 12 years. Please help to share opinion how to start. Thanks

2019-07-15 Thread Aldwin Pollefeyt
ks cube algorithm to understand the changing parts to solve a small part * solve a sudoku you had trouble with in the newspaper last week and still bothers you * start using some threading to solve puzzles faster if possible. * send yourself a alert email when some disk is 80% full or when some idol of you

Want to learn python as I have donne manual testing for 12 years. Please help to share opinion how to start. Thanks

2019-07-15 Thread kumarscheen
Want to learn python as I have donne manual testing for 12 years. Please help to share opinion how to start. Thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: cython3: Cannot start!

2018-12-24 Thread Paulo da Silva
Às 14:07 de 24/12/18, Stefan Behnel escreveu: > Paulo da Silva schrieb am 22.12.18 um 19:26: ... > > Ubuntu 18.04 ships Cython 0.26, which has a funny bug that you hit above. > It switches the language-level too late, so that the first token (or word) > in the file is parsed with Py2 syntax. In y

Re: cython3: Cannot start!

2018-12-24 Thread Stefan Behnel
Paulo da Silva schrieb am 22.12.18 um 19:26: > Sorry if this is OT. > > I decided to give cython a try and cannot run a very simple program! > > 1. I am using kubuntu 18.04 and installe cython3 (not cython). > > 2. My program tp.pyx: > > # cython: language_level=3 > print("Test",2) > > 3. setu

Re: cython3: Cannot start! [RESOLVED]

2018-12-22 Thread Paulo da Silva
Às 19:48 de 22/12/18, MRAB escreveu: > On 2018-12-22 18:26, Paulo da Silva wrote: ... > Well, I've just tried this on Raspbian with the same files (for Python 3): > > python3 -m pip install cython > python3 setup.py build_ext --inplace > python3 -c 'import tp' > > and it printed: > > Test 2 O

Re: cython3: Cannot start!

2018-12-22 Thread MRAB
On 2018-12-22 18:26, Paulo da Silva wrote: Hi! Sorry if this is OT. I decided to give cython a try and cannot run a very simple program! 1. I am using kubuntu 18.04 and installe cython3 (not cython). 2. My program tp.pyx: # cython: language_level=3 print("Test",2) 3. setup.py from distutils.

cython3: Cannot start!

2018-12-22 Thread Paulo da Silva
Hi! Sorry if this is OT. I decided to give cython a try and cannot run a very simple program! 1. I am using kubuntu 18.04 and installe cython3 (not cython). 2. My program tp.pyx: # cython: language_level=3 print("Test",2) 3. setup.py from distutils.core import setup from Cython.Build import cy

Re: bottledaemon stop/start doesn't work if killed elsewhere

2018-11-20 Thread Adam Funk
stuff in a database. > >> I have a cron job to call 'stop' and 'start' on it daily, just in case > >> of problems. > >> > >> Occasionally the oom-killer runs overnight and kills the process using > >> bottledaemon; when this happens (

Re: bottledaemon stop/start doesn't work if killed elsewhere

2018-11-19 Thread Adam Funk
On 2018-11-19, Dennis Lee Bieber wrote: > On Sun, 18 Nov 2018 15:33:47 -0600, Dan Sommers ><[email protected]> declaimed the following: > >> >>What if the oom-killer kills the watchdog? >> > > Then you have TWO processes with out-of-control memory growth. > > The out-o

Re: bottledaemon stop/start doesn't work if killed elsewhere

2018-11-18 Thread Dan Sommers
On 11/18/18 1:21 PM, MRAB wrote:> On 2018-11-18 17:50, Adam Funk wrote: >> Hi, >> >> I'm using bottledaemon to run a little REST service on a Pi that takes >> input from other machines on the LAN and stores stuff in a database. >> I have a cron job to call &

Re: bottledaemon stop/start doesn't work if killed elsewhere

2018-11-18 Thread MRAB
On 2018-11-18 17:50, Adam Funk wrote: Hi, I'm using bottledaemon to run a little REST service on a Pi that takes input from other machines on the LAN and stores stuff in a database. I have a cron job to call 'stop' and 'start' on it daily, just in case of problems. Oc

bottledaemon stop/start doesn't work if killed elsewhere

2018-11-18 Thread Adam Funk
Hi, I'm using bottledaemon to run a little REST service on a Pi that takes input from other machines on the LAN and stores stuff in a database. I have a cron job to call 'stop' and 'start' on it daily, just in case of problems. Occasionally the oom-killer runs overni

Re: How to start gnuradio

2018-08-01 Thread bengt . tornq
Thank you all for your kind explanations. -- https://mail.python.org/mailman/listinfo/python-list

Re: How to start gnuradio

2018-07-31 Thread Ben Finney
[email protected] writes: > My gnuradio program does not start in my Mint 17.3 installation. Summary: I believe this is a bug in the package on Mint. (The bug may be inherited from elsewhere, too: maybe in the Debian package, maybe in the PyPI package. That would need more diagnosis

Re: How to start gnuradio

2018-07-31 Thread Ross Wilson
I had a paddle through the manual at https://www.gnuradio.org/doc/doxygen/page_python_blocks.html and apparently some DSP operations use numpy. Ross On Wed, 1 Aug 2018 at 11:56 wrote: > > > After some research I found out that "sudo apt-get install python-numpy" > solved the problem. > > Can an

Re: How to start gnuradio

2018-07-31 Thread bengt . tornq
After some research I found out that "sudo apt-get install python-numpy" solved the problem. Can anyone clarify how python-numpy solves the problem? -- https://mail.python.org/mailman/listinfo/python-list

How to start gnuradio

2018-07-30 Thread bengt . tornq
My gnuradio program does not start in my Mint 17.3 installation. When I invoke the command "gnuradio-companion" I get the following message: - Cannot import gnuradio. Is the python path environment variable set correctly? All OS: PYTHONPATH Is the li

Re: Can't start IDLE on mac os x high sierra can't import Tkinter

2017-12-15 Thread Cei Sanderson
hon and activetcl 8.5.18 as per instructions. When I > > start IDLE from finder it flashes in the dock and disappears. When I start > > it from terminal, I get the following response: > > ** IDLE can't import Tkinter. > > Your Python may not be configured for Tk. ** &g

Re: Can't start IDLE on mac os x high sierra can't import Tkinter

2017-12-15 Thread Terry Reedy
On 12/15/2017 6:37 AM, [email protected] wrote: Hi, I've been trying to get python 3.4.3 (needed for programming course) on my mac, running High Sierra. I've installed python and activetcl 8.5.18 as per instructions. When I start IDLE from finder it flashes in the dock and

Can't start IDLE on mac os x high sierra can't import Tkinter

2017-12-15 Thread ceiussandicus
Hi, I've been trying to get python 3.4.3 (needed for programming course) on my mac, running High Sierra. I've installed python and activetcl 8.5.18 as per instructions. When I start IDLE from finder it flashes in the dock and disappears. When I start it from terminal, I get the

Re: stop/start windows services -python command

2017-10-06 Thread Prabu T.S.
t 8:33:02 PM UTC-4, MRAB wrote: > >> >> On 2017-10-05 23:32, Prabu T.S. wrote: > >> >> > On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: > >> >> >> hello all,what is the command to stop and start windows servi

Re: stop/start windows services -python command

2017-10-06 Thread alister via Python-list
On Thu, 05 Oct 2017 17:37:11 -0700, Prabu T.S. wrote: > On Thursday, October 5, 2017 at 8:33:02 PM UTC-4, MRAB wrote: >> On 2017-10-05 23:32, Prabu T.S. wrote: >> > On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: >> >> hello all,what is the com

Re: stop/start windows services -python command

2017-10-06 Thread Paul Moore
>> >> > On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: >> >> >> hello all,what is the command to stop and start windows services ? >> >> >> i can't install win32serviceutil bec am using latest python version. >> >

Re: stop/start windows services -python command

2017-10-05 Thread Prabu T.S.
:44 PM UTC-4, Prabu T.S. wrote: > >> >> hello all,what is the command to stop and start windows services ? > >> >> i can't install win32serviceutil bec am using latest python version. > >> > > >> > Please advice on this > >> > > >

Re: stop/start windows services -python command

2017-10-05 Thread MRAB
On 2017-10-06 01:37, Prabu T.S. wrote: On Thursday, October 5, 2017 at 8:33:02 PM UTC-4, MRAB wrote: On 2017-10-05 23:32, Prabu T.S. wrote: > On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: >> hello all,what is the command to stop and start windows services ? &

Re: stop/start windows services -python command

2017-10-05 Thread Prabu T.S.
On Thursday, October 5, 2017 at 8:33:02 PM UTC-4, MRAB wrote: > On 2017-10-05 23:32, Prabu T.S. wrote: > > On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: > >> hello all,what is the command to stop and start windows services ? > >> i can't insta

Re: stop/start windows services -python command

2017-10-05 Thread MRAB
On 2017-10-05 23:32, Prabu T.S. wrote: On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: hello all,what is the command to stop and start windows services ? i can't install win32serviceutil bec am using latest python version. Please advice on this Ask Google: wi

Re: stop/start windows services -python command

2017-10-05 Thread Prabu T.S.
On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: > hello all,what is the command to stop and start windows services ? > i can't install win32serviceutil bec am using latest python version. Please advice on this -- https://mail.python.org/mailman/listinfo/python-list

stop/start windows services -python command

2017-10-05 Thread prabu . ts
hello all,what is the command to stop and start windows services ? i can't install win32serviceutil bec am using latest python version. -- https://mail.python.org/mailman/listinfo/python-list

Re: python to call or start a fortran a.out

2017-08-22 Thread Rick Johnson
On Monday, August 21, 2017 at 11:31:48 AM UTC-5, Chet Buell wrote: > Need some help with updating python to call or start a > fortran a.out executable The problem I am having is I have > an old Fortran based model that I need to run, in the past > the fortran was triggered through t

Re: python to call or start a fortran a.out

2017-08-21 Thread Peter Otten
Chet Buell wrote: > Need some help with updating python to call or start a fortran a.out > executable > > The problem I am having is I have an old Fortran based model that I need > to run, in the past the fortran was triggered through the following > python code: >

Re: python to call or start a fortran a.out

2017-08-21 Thread Grant Edwards
On 2017-08-21, Chet Buell wrote: > Need some help with updating python to call or start a fortran a.out > executable > > The problem I am having is I have an old Fortran based model that I need > to run, in the past the fortran was triggered through the following > pyt

python to call or start a fortran a.out

2017-08-21 Thread Chet Buell
Need some help with updating python to call or start a fortran a.out executable The problem I am having is I have an old Fortran based model that I need to run, in the past the fortran was triggered through the following python code: #run fortran x = commands.getoutput(path+'/a.out

Case Solution: The Cheese and the Oligarchs The Politics, the Media, and Israel's Dream of a Start-Up Nation by Rafael Di Tella, Christine Snively

2017-07-23 Thread Case Solution & Analysis
Case Solution and Analysis of The Cheese and the Oligarchs: The Politics, the Media, and Israel's Dream of a Start-Up Nation by Rafael Di Tella, Christine Snively is available at a lowest price, send email to casesolutionscentre(at)gmail(dot)com if you want to order the Case Solution.

Case Solution: From Start-Up to Grown-Up Nation The Future of the Israeli Innovation Ecosystem (Abridged) by Elie Ofek, Margot Eiran

2017-06-30 Thread Case Solution & Analysis
Case Solution and Analysis of From Start-Up to Grown-Up Nation: The Future of the Israeli Innovation Ecosystem (Abridged) by Elie Ofek, Margot Eiran, send email to casesolutionscentre(at)gmail(dot)com Case Study ID: 9-517-103 Get Case Study Solution and Analysis of From Start-Up to Grown-Up

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
On Sunday, May 21, 2017 at 2:47:26 PM UTC+8, Ho Yeung Lee wrote: > On Sunday, May 21, 2017 at 2:40:49 PM UTC+8, [email protected] wrote: > > Did you call freeze_support() function after script start? > > https://docs.python.org/3/library/multiprocessing.html#multiprocessing

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
On Sunday, May 21, 2017 at 2:40:49 PM UTC+8, [email protected] wrote: > Did you call freeze_support() function after script start? > https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support no, i did not call freeze_support() -- https://mail.python.org/m

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread topic2k--- via Python-list
Did you call freeze_support() function after script start? https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support -- https://mail.python.org/mailman/listinfo/python-list

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
i mean executable file can not run the multiprocessing thread after convert to executable file with py2exe On Sunday, May 21, 2017 at 2:09:04 PM UTC+8, Ho Yeung Lee wrote: > p = multiprocessing.Process(target=helloconnect, args=(host,"",)) > > multiprocessing.Process can no

multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread Ho Yeung Lee
p = multiprocessing.Process(target=helloconnect, args=(host,"",)) multiprocessing.Process can not start a thread in py2exe it can compile and run without error but it can not run function helloconnect -- https://mail.python.org/mailman/listinfo/python-list

Re: Where to start in the field of AI with Python

2017-03-19 Thread garabik-news-2005-05
Robert O'Shea wrote: > I just want to get into the basics for the moment, eventually getting into > stuff like machine learning and NLP (Natural Language Processing). You cannot do wrong by starting with NLTK (https://www.nltk.org/) and scikit (http://scikit-learn.org/) --

Where to start in the field of AI with Python

2017-03-18 Thread Robert O'Shea
f you fine people know some good resources of where to start as I'm finding it hard to procure decent content. If any of you know of any resources in the field please send them my way. Regards, Robert -- https://mail.python.org/mailman/listinfo/python-list

Re: Using python to start programs after logging in

2017-01-23 Thread Cecil Westerhof
On Thursday 19 Jan 2017 20:08 CET, Cecil Westerhof wrote: > I am writing a python program to start the programs that need to be > started after logging in. I published what I have until now at: https://github.com/CecilWesterhof/PythonScripts/blob/master/startPrograms.py I do not min

Re: Using python to start programs after logging in

2017-01-20 Thread John Gordon
hen all > programs will be started on the same virtual desktop and I want to > start them on different ones. The window manager doesn't allow you to specify a target desktop? That seems like a pretty heinous feature omission. -- John Gordon A is for Amy, who fell down the s

Re: Using python to start programs after logging in

2017-01-19 Thread Cecil Westerhof
On Friday 20 Jan 2017 00:36 CET, Cecil Westerhof wrote: > I wrote a function for switching to the correct virtual desktop and > starting all the commands. I am also using with now: > def do_desktop(desktop, commands, seconds_to_wait = 10): > desktop_command = ('wmctrl -s ' + desktop).split() > che

Re: Using python to start programs after logging in

2017-01-19 Thread Cecil Westerhof
(log_directory == 'NONE'): >> Popen(tuple(command.split())) >> else: >> log_file_name = log_directory.replace('%T', strftime('%F_%R')) >> with open(log_file_name, 'w') as log_file: >> Popen(tuple(command), stdout = log_file, stderr

Re: Using python to start programs after logging in

2017-01-19 Thread MRAB
On 2017-01-19 23:36, Cecil Westerhof wrote: On Thursday 19 Jan 2017 22:21 CET, Cecil Westerhof wrote: On Thursday 19 Jan 2017 21:12 CET, MRAB wrote: On 2017-01-19 19:08, Cecil Westerhof wrote: I am writing a python program to start the programs that need to be started after logging in. I

Re: Using python to start programs after logging in

2017-01-19 Thread Cecil Westerhof
On Thursday 19 Jan 2017 22:21 CET, Cecil Westerhof wrote: > On Thursday 19 Jan 2017 21:12 CET, MRAB wrote: > >> On 2017-01-19 19:08, Cecil Westerhof wrote: >>> I am writing a python program to start the programs that need to >>> be started after logging in. >&g

Re: Using python to start programs after logging in

2017-01-19 Thread Cecil Westerhof
On Thursday 19 Jan 2017 21:12 CET, MRAB wrote: > On 2017-01-19 19:08, Cecil Westerhof wrote: >> I am writing a python program to start the programs that need to be >> started after logging in. >> >> I have the following imports: >> from subprocess import check

Re: Using python to start programs after logging in

2017-01-19 Thread Cecil Westerhof
On Thursday 19 Jan 2017 20:29 CET, John Gordon wrote: > In <[email protected]> Cecil Westerhof > writes: > >> I am writing a python program to start the programs that need to be >> started after logging in. > >> Is this a good way to do thin

Re: Using python to start programs after logging in

2017-01-19 Thread MRAB
On 2017-01-19 19:08, Cecil Westerhof wrote: I am writing a python program to start the programs that need to be started after logging in. I have the following imports: from subprocess import check_call, Popen, STDOUT from time import sleep, strftime And use the following code

Re: Using python to start programs after logging in

2017-01-19 Thread John Gordon
In <[email protected]> Cecil Westerhof writes: > I am writing a python program to start the programs that need to be > started after logging in. > Is this a good way to do things, or could I do it in a better way? I think using your window manager's bui

Using python to start programs after logging in

2017-01-19 Thread Cecil Westerhof
I am writing a python program to start the programs that need to be started after logging in. I have the following imports: from subprocess import check_call, Popen, STDOUT from time import sleep, strftime And use the following code: check_call(tuple('wmctrl -s 10&#

Re: Python does not start

2016-11-17 Thread Terry Reedy
On 11/17/2016 2:59 PM, Jelena Tavcar wrote: How do I find stdlib files? Python coded stdlib files are, at least on Windows, in /Lib -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: Python does not start

2016-11-17 Thread Joel Goldstick
On Thu, Nov 17, 2016 at 2:59 PM, Jelena Tavcar wrote: > How do I find stdlib files? > Regards > -- > https://mail.python.org/mailman/listinfo/python-list First of all, your subject line doesn't seem related to your body text. Second of all, stdlib is a C thing as I recall, not python. Can you be

Python does not start

2016-11-17 Thread Jelena Tavcar
How do I find stdlib files? Regards -- https://mail.python.org/mailman/listinfo/python-list

Re: Python does not start

2016-11-12 Thread MRAB
On 2016-11-12 09:13, [email protected] wrote: I’m sending you the error message from command prompt C:\Users\Jelena>py.exe -3.5-32 -m idlelib Traceback (most recent call last): [snip] _tkinter.TclError: bad event type or keysym "Alt" It looks like someone else has had the same problem

RE: Python does not start

2016-11-12 Thread jelena.tavcar
hon\Python35-32\lib\tkinter\__init__.py", line 1504, in event_add self.tk.call(args) _tkinter.TclError: bad event type or keysym "Alt" Sent from Mail for Windows 10 From: eryk sun Sent: 12 November 2016 00:11 To: [email protected] Cc: [email protected] Subject: Re: Pytho

Re: Python does not start

2016-11-11 Thread eryk sun
On Fri, Nov 11, 2016 at 9:38 PM, wrote: > It says that ’py-3.5-32-m’ is not recognized as an internal or external > command, operable program or batch file. There's supposed to be a space after "py". Let's add the .exe extension to make this clearer: py.exe -3.5-32 -m idlelib And please do

Re: Python does not start

2016-11-11 Thread Terry Reedy
On 11/11/2016 3:59 PM, eryk sun wrote: On Fri, Nov 11, 2016 at 8:36 PM, Jelena Tavcar wrote: when I click on the icon "IDLE (Python 3.5 32-bit)" nothing happens. It Does python itself work? If so, which micro version. It is in the startup line that begins 'Python 3.5.2+ ...'. There was b

RE: Python does not start

2016-11-11 Thread Daniele Bucciero
:36 To: [email protected] Subject: Fwd: Python does not start Dear Sirs, when I click on the icon "IDLE (Python 3.5 32-bit)" nothing happens. It used to work and at some point it just didn't react. I have reinstalled the program several times and no improvement. I have also tri

Re: Python does not start

2016-11-11 Thread eryk sun
On Fri, Nov 11, 2016 at 8:36 PM, Jelena Tavcar wrote: > > when I click on the icon "IDLE (Python 3.5 32-bit)" nothing happens. It > used to work and at some point it just didn't react. Try running IDLE from a command prompt by entering the following command: py -3.5-32 -m idlelib If this pr

Fwd: Python does not start

2016-11-11 Thread Jelena Tavcar
Dear Sirs, when I click on the icon "IDLE (Python 3.5 32-bit)" nothing happens. It used to work and at some point it just didn't react. I have reinstalled the program several times and no improvement. I have also tried to run it as administrator, and installed other version too, but neither of them

Re: PyQt5, OpenGL, where to start, minimal example code?

2016-10-08 Thread John Ladasky
Well, I've made some progress. My program doesn't draw any 3D objects yet, but it creates an OpenGL rendering window, binds the OpenGL functions, and generates no errors. Here's the corrected initializeGL method: def initializeGL(self): c = self.context() f = QSurfaceForma

Re: PyQt5, OpenGL, where to start, minimal example code?

2016-10-04 Thread Phil Thompson
On 4 Oct 2016, at 5:57 am, John Ladasky wrote: > > On Monday, October 3, 2016 at 1:30:29 AM UTC-7, Phil Thompson wrote: >> On 3 Oct 2016, at 4:29 am, John Ladasky wrote: > >>> And as you can see: trying to call versionFunctions() is exactly where my >>> program failed. >> >> Try passing a QOp

Re: PyQt5, OpenGL, where to start, minimal example code?

2016-10-03 Thread John Ladasky
On Monday, October 3, 2016 at 1:30:29 AM UTC-7, Phil Thompson wrote: > On 3 Oct 2016, at 4:29 am, John Ladasky wrote: > > And as you can see: trying to call versionFunctions() is exactly where my > > program failed. > > Try passing a QOpenGLVersionProfile object to versionFunctions() that has a

Re: PyQt5, OpenGL, where to start, minimal example code?

2016-10-03 Thread Phil Thompson
On 3 Oct 2016, at 4:29 am, John Ladasky wrote: > > On Sunday, October 2, 2016 at 7:21:15 PM UTC-7, blue wrote: >> You have here a PyQt5 Reference Guide >> http://pyqt.sourceforge.net/Docs/PyQt5/index.html >> Some example can be found here 4 and 5 >> http://codeprogress.com/python/libraries/pyqt

Re: PyQt5, OpenGL, where to start, minimal example code?

2016-10-02 Thread John Ladasky
On Sunday, October 2, 2016 at 7:21:15 PM UTC-7, blue wrote: > You have here a PyQt5 Reference Guide > http://pyqt.sourceforge.net/Docs/PyQt5/index.html > Some example can be found here 4 and 5 > http://codeprogress.com/python/libraries/pyqt/ That's a nice page of examples, but there are no OpenG

  1   2   3   4   5   6   7   8   9   10   >