On 7/15/23 12:56, MRAB via Python-list wrote:
On 2023-07-15 07:12, YOUSEF EZZAT via Python-list wrote:
Hey!. i face a problem when i get setup packages by pip
when i code this : "pip install numpy" in my command line it gives me
error
"ModuleNotFoundError: No module n
On 2023-07-15 07:12, YOUSEF EZZAT via Python-list wrote:
Hey!. i face a problem when i get setup packages by pip
when i code this : "pip install numpy" in my command line it gives me error
"ModuleNotFoundError: No module named 'distutils'"
please, i need
Hey!. i face a problem when i get setup packages by pip
when i code this : "pip install numpy" in my command line it gives me error
"ModuleNotFoundError: No module named 'distutils' "
please, i need help for solving this problem.
i have python 3.12.0
On 10/11/22 01:20, evagreve...@gmail.com wrote:
Hi,
this window comes up every time I try to run the code. I am not sure how to
solve it. I tried to repair and modify but it didn´t change anything.
We don't know what you're asking, because this list doesn't forward
images. You'll ne
Hi,
this window comes up every time I try to run the code. I am not sure how to
solve it. I tried to repair and modify but it didn´t change anything.
Kind regards,
Eva
--
https://mail.python.org/mailman/listinfo/python-list
On 5/1/22, Brent Hunter wrote:
>
> I was recently running a Windows 10 machine Python 3.9. I simply created a
> batch file titled "Start-AIG.bat" which simply contained the following:
> "pythonw AIG.py". It started a python program titled "AIG.py" and the
> Python dialog box was displayed on my
On 2022-05-02 02:56, Brent Hunter wrote:
Hello,
I was recently running a Windows 10 machine Python 3.9. I simply created a batch file titled "Start-AIG.bat" which
simply contained the following: "pythonw AIG.py". It started a python program titled "AIG.py" and the Python
dialog box was displ
Hello,
I was recently running a Windows 10 machine Python 3.9. I simply created a
batch file titled "Start-AIG.bat" which simply contained the following:
"pythonw AIG.py". It started a python program titled "AIG.py" and the Python
dialog box was displayed on my screen, running all day and n
tended `distutils` and have
gained wide spread acceptance. As a consequence, `distutils`
has been deprecated in favor of those other tools.
I assume the use of `setuptools` below.
Extensions are described via the `ext_modules` parameter of
the `setup` function. Its value is a sequence of
`setuptools
Am 08.02.22 um 18:57 schrieb Dieter Maurer:
Christian Gollwitzer wrote at 2022-2-7 20:33 +0100:
we've developed a Python pacakge which consists of both a compiled
extension module and some helper functions in Python. Is there a
tutorial on how to package such an extension?
Look at "https://pac
Christian Gollwitzer wrote at 2022-2-7 20:33 +0100:
>we've developed a Python pacakge which consists of both a compiled
>extension module and some helper functions in Python. Is there a
>tutorial on how to package such an extension?
Look at "https://package.python.org";,
especially
"https://packa
Hi all,
we've developed a Python pacakge which consists of both a compiled
extension module and some helper functions in Python. Is there a
tutorial on how to package such an extension?
Most resources I found for distutils describe either building an
extension or pure python modules. Current
On Tue, Sep 21, 2021 at 11:53 PM Fady Victor Mikhael Abdelmalk
wrote:
>
>
> Dear Python Team,
>
> I got the below issue when trying to install python on my user. Kindly assist
> to know how can I solved.
>
>
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,
> status=Non
Dear Python Team,
I got the below issue when trying to install python on my user. Kindly assist
to know how can I solved.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,
status=None)) after connection broken by
'NewConnectionError(': Failed to establish a new conne
On 2021-06-20 15:24:29 +0900, tommy yama wrote:
> Unrelated topic, but i thought Windows 10 will be retired anytime soon.
October 2025, according to current plans. So you still have more than 4
years to upgrade to Windows 11 (or better yet, Linux ;-)).
hp
--
_ | Peter J. Holzer|
Unrelated topic, but i thought Windows 10 will be retired anytime soon.
On Sun, Jun 20, 2021 at 5:58 AM Mats Wichmann wrote:
> On 6/19/21 10:14 AM, Manish Jain wrote:
> > Hello Team,
> >
> > I have installed the Python 3.9.5 and trying to remove from the PC
> through
> > the Uninstall Program (A
On 6/19/21 10:14 AM, Manish Jain wrote:
Hello Team,
I have installed the Python 3.9.5 and trying to remove from the PC through
the Uninstall Program (All Possible ways - Through Control Panel or
Uninstall Python executable)
It just outputs saying Uninstall Successfully but nothing happening (St
Hello Team,
I have installed the Python 3.9.5 and trying to remove from the PC through
the Uninstall Program (All Possible ways - Through Control Panel or
Uninstall Python executable)
It just outputs saying Uninstall Successfully but nothing happening (Still
listed in Programs List) and even not
On 5/31/2021 2:20 PM, Murali Pa wrote:
Hi,
I've installed latest version of Python 3.9.5 and downloaded for Windows.
Once I click on the Python app, I'm getting command screen
You are getting the Python interactive interpreter. This is different
from the system command line console/
What you've got there is a REPL, or Read-Evaluate-Print-Loop. It's good for
quick little exploratory tests.
For actually writing code, most people would prefer to use PyCharm or
VSCode or IDLE. You may find that IDLE has come with your CPython install.
Personally, I prefer vim+syntastic+jedi, but
Hi,
On Tue, Jun 1, 2021 at 12:25 PM Murali Pa wrote:
>
>Hi,
>I've installed latest version of Python 3.9.5 and downloaded for Windows.
>Once I click on the Python app, I'm getting command screen and not sure on
>the next action. could you please help me to fix this issue.
>Pyt
Hi,
I've installed latest version of Python 3.9.5 and downloaded for Windows.
Once I click on the Python app, I'm getting command screen and not sure on
the next action. could you please help me to fix this issue.
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928
Hi,
On Tue, Mar 9, 2021 at 5:05 PM Jaya Yogasundaram wrote:
>
> Hello
>
> I just installed Python 3.9.2 on my computer a week ago . But I am getting
> the Modify Setup window pops up many times. How can I fix it. Let me know
> please.
Are you trying to re-run the setup?
W
Hello
I just installed Python 3.9.2 on my computer a week ago . But I am getting
the Modify Setup window pops up many times. How can I fix it. Let me know
please.
thanks
Jaya
*Please note that I am working remotely until further notice.*
Jaya Yogasundaram, P.Eng.
IWMS Support & Develop
On 3/1/21 10:46 AM, manfred.schm...@posteo.de wrote:
Hello Python Team,
i tried to install SW above; the installation stopped with the
message
"one or more issues caused the setup to fail.
Please the issues and then retry
0x80070642 installation stopped by user"
What must i do go
Hello Python Team,
i tried to install SW above; the installation stopped with the
message
"one or more issues caused the setup to fail.
Please the issues and then retry
0x80070642 installation stopped by user"
What must i do go get the SW installed?
Windows 10, file "python-
You are probably right.
--
https://mail.python.org/mailman/listinfo/python-list
Le 22/05/2020 à 03:41, zljubi...@gmail.com a écrit :
Hi,
I should provide python code for (Spring) microservice patform.
In microservice paradigm, each microservice should do a simple task, so python
code beneath it should be very small.
As a PyCharm (community) user, I don't know how to set u
Hi,
I should provide python code for (Spring) microservice patform.
In microservice paradigm, each microservice should do a simple task, so python
code beneath it should be very small.
As a PyCharm (community) user, I don't know how to set up such development
environment.
Each microservice co
What is the error?
On Wed, 15 Apr, 2020, 5:57 pm Dhruv Chaturvedi,
wrote:
> I made a simple bot. I wanted to share my Bot with my friends but when I
> convert it into an exe from pyinstaller it started showing an error shown
> below and when I use cx_Freeze again it showing an error pls help m
On Wed, Apr 15, 2020 at 10:28 PM Dhruv Chaturvedi
wrote:
>
> I made a simple bot. I wanted to share my Bot with my friends but when I
> convert it into an exe from pyinstaller it started showing an error shown
> below and when I use cx_Freeze again it showing an error pls help me with
> this.
>
I made a simple bot. I wanted to share my Bot with my friends but when I
convert it into an exe from pyinstaller it started showing an error shown
below and when I use cx_Freeze again it showing an error pls help me with
this.
These are all the files I use\\// 1st photo - when I
use cx_Freeze fi
Am 05.03.20 um 02:48 schrieb Michael Torrie:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for L
On 2020-03-05, Michael Torrie wrote:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for Linux.
>
Am 05.03.20 um 02:48 schrieb Michael Torrie:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for L
On 2020-03-05, Michael Torrie wrote:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for Linux.
>
On 2020-03-05, Michael Torrie wrote:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for Linux.
>
Am 05.03.20 um 02:48 schrieb Michael Torrie:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for L
On 2020-03-05, Michael Torrie wrote:
> On 3/4/20 4:51 PM, J A wrote:
>> I was wondering g if there was a way to distribute an application that took
>> advantage of user input like a windows .msi does. On linux of course.
>
> Several installer frameworks can make interactive installers for Linux.
>
Am 05.03.20 um 02:48 schrieb Michael Torrie:
On 3/4/20 4:51 PM, J A wrote:
I was wondering g if there was a way to distribute an application that took
advantage of user input like a windows .msi does. On linux of course.
Several installer frameworks can make interactive installers for Linux.
T
On 3/4/20 4:51 PM, J A wrote:
> I was wondering g if there was a way to distribute an application that took
> advantage of user input like a windows .msi does. On linux of course.
Several installer frameworks can make interactive installers for Linux.
There's the NullSoft installer and InstallerVI
I was wondering g if there was a way to distribute an application that took
advantage of user input like a windows .msi does. On linux of course.
--
https://mail.python.org/mailman/listinfo/python-list
please set up my localhost:8000
--
https://mail.python.org/mailman/listinfo/python-list
On 2019-07-30 18:20, Steven via Python-list wrote:
Good morning,
I have uninstalled and reinstalled different versions of Python, and continue to get the
"modify setup" box when I try to open.
Is there something I'm doing wrong?
Try to open what? It sounds to me like you'
Good morning,
I have uninstalled and reinstalled different versions of Python, and continue
to get the "modify setup" box when I try to open.
Is there something I'm doing wrong?
Sent from ProtonMail mobile
--
https://mail.python.org/mailman/listinfo/python-list
On Sun, 07 Jul 2019 16:57:12 +, nabru wrote:
> jaymoyer44 [jaymoye...@gmail.com] wrote:
>
>> On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com
>> wrote:
>>> Hi,
>>>
>>> I am working on window 7 and Python 3.5 to setup a localhost
jaymoyer44 [jaymoye...@gmail.com] wrote:
> On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote:
>> Hi,
>>
>> I am working on window 7 and Python 3.5 to setup a localhost:8000 but
>> it did not get through as shown below:
>> > python -m ht
On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote:
> Hi,
>
> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did
> not get through as shown below:
> > python -m http.server
> Serving HTTP on 0.0.0.0 port 8000 ...
>
> But
On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote:
> Hi,
>
> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did
> not get through as shown below:
> > python -m http.server
> Serving HTTP on 0.0.0.0 port 8000 ...
>
> But
I am able to get this to work.
I had to invoke parent's run before my post install logic could kick.
_
From: Saba Kauser
Sent: Tuesday, March 12, 2019 6:01 PM
To: python-list@python.org
Subject: "Post install setup does not work as expecte
os.system("install_name_tool -change libdb2.dylib
> {}/lib/libdb2.dylib {}".format(clipath, so))
> install.run(self)
I know nothing about what you are up to, but this looks odd to me. Wouldn't
you need to call the superclass method install.run(self) *before* your
th, so))
install.run(self)
cmd_class = dict(install = PostInstall)
And I pass cmd_class to setup(..) as:
setup(..
include_package_data = True,
cmdclass = cmd_class,
**extra
)
When I execute setup.py as "python setup.py install", then the PostInst
Here you go
A port can be configurable.
https://www.tutorialspoint.com/python/python_http_server.htm
On Mon, Feb 25, 2019 at 12:48 PM Cameron Simpson wrote:
> On 24Feb2019 19:00, 0x906 wrote:
> >>> I am working on window 7 and Python 3.5 to setup a localhost:8000
> >
On 24Feb2019 19:00, 0x906 wrote:
I am working on window 7 and Python 3.5 to setup a localhost:8000
but it did not get through as shown below:
python -m http.server
Serving HTTP on 0.0.0.0 port 8000 ...
But it did not show the results.
Can someone help me how to setup the localhost?
There is
;
>> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did
>> not get through as shown below:
>>> python -m http.server
>> Serving HTTP on 0.0.0.0 port 8000 ...
>>
>> But it did not show the results.
>>
>> Can someone help
On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote:
> Hi,
>
> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did
> not get through as shown below:
> > python -m http.server
> Serving HTTP on 0.0.0.0 port 8000 ...
>
> But
I want help in solving this problem please
thanks
Enas
On Fri, Jan 11, 2019 at 2:36 PM Enas Ahmed Zaki wrote:
> Dear sir,
> when I setup the python there is a problem in attached file. I hope I
> found the solution of it.
> thanks for attention
> Eng. Enas Ahmed Zaky
>
>
I forgot to check the 'Add To Path' box while installing python from
www.python.org on my windows 8 PC. I uninstalled then try to install again
but I have been getting this error message:
0x80072ee7-Unspecified error
I will appreciate your kind help.
(Akai, Nigeria)
--
https://mail.python.org/m
On 02/05/2018 07:53 AM, Денис Олегович wrote:
> I tried to install python 3.5 and python 3.6, but the same mistake
> interrupt process
> "Windows 7 Service Pack 1 applicable updates are required" Log file
> attached. I tried to install some updates for Windows, but unsuccessully,
> may be I don' t
-- Forwarded message --
From: Денис Олегович
Date: Sun, Feb 4, 2018 at 12:54 PM
Subject: Problem during setup
To: python-list@python.org
I tried to install python 3.5 and python 3.6, but the same mistake
interrupt process
"Windows 7 Service Pack 1 applicable updates are req
://machinelearningmastery.com/time-series-prediction-with-deep-learning-in-python-with-keras/
I want to use PyCharm as my IDE. But I am tired trying to install python,
anaconda, CUDA etc etc, nothing helps me run those codes. I am sure that the
problem is with environment setup. I need a complete walkthrough about the
hi i just installed python 3.6.1 32-bit on my windows 7 home premium
64-bit. and i get a file missing error. i reinstalled and used the
repairing thing and still no working python 3.6.1.
here is the error message that i get:
--
https://mail.python.org/mailman/listinfo/python-list
Good evening! I just installed both python 3.4 & the PyCharm IDE this
evening. While trying to run a simple "Hello World" program, I keep getting
"Modify Setup" pop up windows. In addition to that, the output of my
program is not displayed. Could you help me resolve my iss
On Thursday, 6 October 2016 04:36:15 UTC+11, Robert Clove wrote:
>
Not yet. There are a few people working towards it though.
Grant
--
https://mail.python.org/mailman/listinfo/python-list
--
https://mail.python.org/mailman/listinfo/python-list
Hello, I am currently installing Pyv8 and other requirements for me to run a
honeypot. I downloaded pyv8 from source and using v8 (version 5.5) - built it
with depot_tools. I already exported the V8_HOME path. But I still have this
error whenever I run 'python setup.py build' of pyv8. Also, I am
On Sun, 29 May 2016 03:00 am, Steven D'Aprano wrote:
> On Sun, 29 May 2016 02:15 am, Gerald Britton wrote:
>
>> suppose I have a simple python project setup like this:
[...]
To which I responded:
> If this is a single project, why do you set it up like this? Is there a
&g
On Sun, 29 May 2016 02:15 am, Gerald Britton wrote:
> suppose I have a simple python project setup like this:
>
> Project diectory
> prog.py
> pkg directory
> __init__.py
> mod1.py
>class A:
If this is a single project, w
suppose I have a simple python project setup like this:
Project diectory
prog.py
pkg directory
__init__.py
mod1.py
class A:
In order to have class A (unqualified) available from prog.py, there are a
few options that I know about. I'm curr
On Sunday, April 17, 2016 at 1:11:39 PM UTC-4, Pierre Quentel wrote:
> > > 127.0.0.1 - - [15/Apr/2016 20:57:32] "GET / HTTP/1.1" 200 -
> > Hi Pierre,
> >
> > When I type http://localhost:8000, I did not see anything in the console
> > after the line "Serving HTTP on 0.0.0.0 port 8000 ... I belie
> > 127.0.0.1 - - [15/Apr/2016 20:57:32] "GET / HTTP/1.1" 200 -
> Hi Pierre,
>
> When I type http://localhost:8000, I did not see anything in the console
> after the line "Serving HTTP on 0.0.0.0 port 8000 ... I believe the way I ran
> was not correct as shown below:
> > python -m http.server
On 2016-04-16 15:35, wrh8...@gmail.com wrote:
When you type http://localhost:8000, do you see something in the
console after the line "Serving HTTP on 0.0.0.0 port 8000 ..." ?
If the server actually serves requests on port 8000 you should see
a log message such as
127.0.0.1 - - [15/Apr/2016 2
p://localhost:8000
> > >
> > > Into the address bar of your browser as this is running?
> > >
> > > On Thu, Apr 14, 2016 at 12:46 PM, wrote:
> > >
> > > > Hi,
> > > >
> > > > I am working on window 7 and Py
ng?
> >
> > On Thu, Apr 14, 2016 at 12:46 PM, wrote:
> >
> > > Hi,
> > >
> > > I am working on window 7 and Python 3.5 to setup a localhost:8000 but it
> > > did not get through as shown below:
> > > > python -m http.server
>
On Fri, Apr 15, 2016 at 3:59 PM, Vito De Tullio wrote:
> Chris Angelico wrote:
>
>>> Just a note, some browsers will try to resolve this as www.localhost.com
>>> - try http://127.0.0.1:8000 .
>>
>> Huh? Why should the name 'localhost' get a dot com added?
>
> ask browser vendors...
I'd more ask y
Chris Angelico wrote:
>> Just a note, some browsers will try to resolve this as www.localhost.com
>> - try http://127.0.0.1:8000 .
>
> Huh? Why should the name 'localhost' get a dot com added?
ask browser vendors...
--
By ZeD
--
https://mail.python.org/mailman/listinfo/python-list
"well, just do this, and poof, all will be
good".
Sorry it's not more.
Dan
> -Original Message-
> From: Python-list [mailto:python-list-bounces+d.strohl=f5@python.org]
> On Behalf Of wrh8...@gmail.com
> Sent: Thursday, April 14, 2016 1:50 PM
> To:
I am working on window 7 and Python 3.5 to setup a localhost:8000 but it
> > did not get through as shown below:
> > > python -m http.server
> > Serving HTTP on 0.0.0.0 port 8000 ...
> >
> > But it did not show the results.
> >
> > Can someon
On Fri, Apr 15, 2016 at 4:36 AM, Random832 wrote:
> Just a note, some browsers will try to resolve this as www.localhost.com
> - try http://127.0.0.1:8000 .
Huh? Why should the name 'localhost' get a dot com added?
ChrisA
--
https://mail.python.org/mailman/listinfo/python-list
Just a note, some browsers will try to resolve this as www.localhost.com
- try http://127.0.0.1:8000 .
On Thu, Apr 14, 2016, at 14:06, Andrew Farrell wrote:
> What happens when you type
>
> http://localhost:8000
>
> Into the address bar of your browser as this is running?
--
https://mail.python
What happens when you type
http://localhost:8000
Into the address bar of your browser as this is running?
On Thu, Apr 14, 2016 at 12:46 PM, wrote:
> Hi,
>
> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it
> did not get through as shown below:
> > pyt
wrh8...@gmail.com wrote:
> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it
> did not get through as shown below:
>> python -m http.server
> Serving HTTP on 0.0.0.0 port 8000 ...
That looks correct so far. Now open a browser and open
http://localhost:80
Hi,
I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did
not get through as shown below:
> python -m http.server
Serving HTTP on 0.0.0.0 port 8000 ...
But it did not show the results.
Can someone help me how to setup the localhost?
Thanks,
Wen-Ruey
--
ht
On Sat, Mar 26, 2016 at 6:20 PM, Joel Goldstick
wrote:
> I'm guessing you are on windows and you could google the error code, but
> also search the list because this question has been asked and answered I
> believe
A little knowledge helps. An upper word of 0x8007 indicates a COM
HRESULT error (0
On Sat, Mar 26, 2016 at 6:52 PM, Youssef Ghorab
wrote:
> dear python,i'm having a problem when i'm setting up the program
> 0x80070570 problem
> if you please could give me any advice will be cool.
> thanks in advance
> --
> https://mail.python.org/mailman/listinfo/python-list
>
I'm guessing you
dear python,i'm having a problem when i'm setting up the program
0x80070570 problem
if you please could give me any advice will be cool.
thanks in advance
--
https://mail.python.org/mailman/listinfo/python-list
On Monday, February 8, 2016 at 10:50:19 AM UTC, Mark Summerfield wrote:
> If you need 32-bit Python on Windows my advice is to install 3.4. If you need
> 32-bit and 64-bit Python on Windows, then I think it will only work with 3.4
> (or older), but not with 3.5's new installer.
>
> I have tried
If you need 32-bit Python on Windows my advice is to install 3.4. If you need
32-bit and 64-bit Python on Windows, then I think it will only work with 3.4
(or older), but not with 3.5's new installer.
I have tried installing 3.5.0 and 3.5.1 on several machines both 32- and 64-bit
Windows. The 3
On 2/4/2016 4:39 AM, Prince Thomas wrote:
Hi
I am an computer science engineer. I downloaded the python version 3.5.1.amd64
and just python 3.5.1.
The problem is when I install the program setup is failed and showing
0*80070570-The file or directory is
corrupted and unreadable. I install the
Hi
I am an computer science engineer. I downloaded the python version
3.5.1.amd64 and just python 3.5.1. The problem is when I install the program
setup is failed and showing 0*80070570-The file or directory is corrupted and
unreadable. I install the newest visual c++ redist and still same
This seems to be an issue with your PyCharm installation, not with
Python itself.
Also, this looks a lot like malware to me.
If you are sure it is not a problem with your (almost certainly
Windows) machine, consider contacting JetBrains.
--
https://mail.python.org/mailman/listinfo/python-list
When ever i open pycharm there is a pop-up opening continously with
modify,repair,unistall options in it.even I've installed python correctly
and specified path correctly.
Please help me to sort this out.
--
https://mail.python.org/mailman/listinfo/python-list
sat...@driveu.in writes:
> I am using xmpppy python library to connect with XMPP server(ejabberd2) but
> unable to connect and actually don't have clarity on how to connect,
> authenticate and send a message to the server.
> If possible please provide some code snippet using XMPPPY.
>
> This i
I am using xmpppy python library to connect with XMPP server(ejabberd2) but
unable to connect and actually don't have clarity on how to connect,
authenticate and send a message to the server.
Please help me to make it working
If possible please provide some code snippet using XMPPPY.
This
On Fri, 02 Oct 2015 12:32:14 +1000, Hadassah Harland wrote:
> The python for windows setup program is constantly opening on my
> computer,
> every couple seconds. Nothing I can do will make it stop. Please, make
> it stop.
Based on the comprehensive and thorough information that yo
In a message of Fri, 02 Oct 2015 20:59:58 +1000, Hadassah Harland writes:
>[image: Inline image 1]
>For further clarification, this pop-up keeps appearing every time i use
>pycharm, it will restart every couple of seconds. If I choose repair, it
>will start a repair and while the repair is going it
The python for windows setup program is constantly opening on my computer,
every couple seconds. Nothing I can do will make it stop. Please, make it
stop.
Regards, Hadassah
--
https://mail.python.org/mailman/listinfo/python-list
Forwarding to list (forgot about this stupid reply all thing, sorry).
-- Forwarded message --
From: Chris Warrick
Date: 27 September 2015 at 19:50
Subject: Re: Django Tutorial (Database setup) Question
To: Cai Gengyang
On 27 September 2015 at 19:39, Cai Gengyang wrote
^
SyntaxError: invalid syntax
CaiGengYangs-MacBook-Pro:mysite CaiGengYang$
On Mon, Sep 28, 2015 at 12:08 AM, Joel Goldstick
wrote:
>
>
> On Sun, Sep 27, 2015 at 3:32 AM, Cai Gengyang
> wrote:
>
>> Hello all !
>>
>> So I am going
7;,
^
SyntaxError: invalid syntax
CaiGengYangs-MacBook-Pro:mysite CaiGengYang$
On Monday, September 28, 2015 at 12:09:04 AM UTC+8, Joel Goldstick wrote:
> On Sun, Sep 27, 2015 at 3:32 AM, Cai Gengyang wrote:
> Hello all !
>
>
>
&
1 - 100 of 315 matches
Mail list logo