Re: Setup-tools

2023-07-16 Thread Mats Wichmann via Python-list
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

Re: Setup-tools

2023-07-15 Thread MRAB via Python-list
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

Setup-tools

2023-07-15 Thread YOUSEF EZZAT via Python-list
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

Re: WG: Modify setup window

2022-10-11 Thread Mats Wichmann
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

WG: Modify setup window

2022-10-11 Thread evagreven16
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

Re: Difference in Setup Between Windows 10 Running Python 3.9 and Windows 11 Running Python 3.10

2022-05-03 Thread Eryk Sun
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

Re: Difference in Setup Between Windows 10 Running Python 3.9 and Windows 11 Running Python 3.10

2022-05-01 Thread MRAB
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

Difference in Setup Between Windows 10 Running Python 3.9 and Windows 11 Running Python 3.10

2022-05-01 Thread Brent Hunter
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

Re: Correct way to setup a package with both compiled C code and Python code?

2022-02-09 Thread Dieter Maurer
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

Re: Correct way to setup a package with both compiled C code and Python code?

2022-02-08 Thread Christian Gollwitzer
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

Re: Correct way to setup a package with both compiled C code and Python code?

2022-02-08 Thread 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://package.python.org";, especially "https://packa

Correct way to setup a package with both compiled C code and Python code?

2022-02-07 Thread Christian Gollwitzer
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

Re: issue for setup pandas

2021-09-21 Thread Chris Angelico
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

RE: issue for setup pandas

2021-09-21 Thread Fady Victor Mikhael Abdelmalk
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

Re: Unable to remove setup of 3.9.5 from Windows 10

2021-06-20 Thread Peter J. Holzer
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|

Re: Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread tommy yama
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

Re: Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread Mats Wichmann
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

Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread Manish Jain
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

Re: Python app setup

2021-06-01 Thread Terry Reedy
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/

Re: Python app setup

2021-06-01 Thread Dan Stromberg
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

Re: Python app setup

2021-06-01 Thread Igor Korot
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

Python app setup

2021-06-01 Thread Murali Pa
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

Re: Getting Modify Setup message

2021-03-09 Thread Igor Korot
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

Getting Modify Setup message

2021-03-09 Thread Jaya Yogasundaram
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

Re: try to install Python3.9.2 / setup failed

2021-03-02 Thread Mats Wichmann
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

Re: try to install Python3.9.2 / setup failed

2021-03-01 Thread manfred . schmidt
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-

Re: PyCharm, how to setup self contained subprojects

2020-05-23 Thread zljubisic
You are probably right. -- https://mail.python.org/mailman/listinfo/python-list

Re: PyCharm, how to setup self contained subprojects

2020-05-22 Thread Python
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

PyCharm, how to setup self contained subprojects

2020-05-21 Thread zljubisic
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

Re: problem related to making setup

2020-04-15 Thread Souvik Dutta
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

Re: problem related to making setup

2020-04-15 Thread Chris Angelico
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. >

problem related to making setup

2020-04-15 Thread Dhruv Chaturvedi
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

Re: Application setup like windows msi

2020-03-07 Thread Christian Gollwitzer
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

Re: Application setup like windows msi

2020-03-07 Thread Grant Edwards
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. >

Re: Application setup like windows msi

2020-03-06 Thread Christian Gollwitzer
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

Re: Application setup like windows msi

2020-03-06 Thread Grant Edwards
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. >

Re: Application setup like windows msi

2020-03-06 Thread Grant Edwards
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. >

Re: Application setup like windows msi

2020-03-06 Thread Christian Gollwitzer
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

Re: Application setup like windows msi

2020-03-05 Thread Grant Edwards
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. >

Re: Application setup like windows msi

2020-03-05 Thread Christian Gollwitzer
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

Re: Application setup like windows msi

2020-03-04 Thread 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. There's the NullSoft installer and InstallerVI

Application setup like windows msi

2020-03-04 Thread J A
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

Re: how to setup for localhost:8000

2019-08-10 Thread sanketsawla34
please set up my localhost:8000 -- https://mail.python.org/mailman/listinfo/python-list

Re: Modify setup

2019-07-30 Thread MRAB
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'

Modify setup

2019-07-30 Thread Steven via Python-list
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

Re: how to setup for localhost:8000

2019-07-07 Thread Alister via 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

Re: how to setup for localhost:8000

2019-07-07 Thread nabru
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

Re: how to setup for localhost:8000

2019-07-07 Thread jaymoyer44
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

Re: how to setup for localhost:8000

2019-07-07 Thread jaymoyer44
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

RE: "Post install setup does not work as expected with pip install"

2019-03-13 Thread Saba Kauser
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

Re: "Post install setup does not work as expected with pip install"

2019-03-12 Thread Peter Otten
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

"Post install setup does not work as expected with pip install"

2019-03-12 Thread Saba Kauser
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

Re: how to setup for localhost:8000

2019-03-01 Thread tommy yama
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 > >

Re: how to setup for localhost:8000

2019-02-24 Thread Cameron Simpson
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

Re: how to setup for localhost:8000

2019-02-24 Thread 0x906 via Python-list
; >> 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

Re: how to setup for localhost:8000

2019-02-24 Thread nathanntkou123
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

Re: python setup problems

2019-01-11 Thread Enas Ahmed Zaki
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 > >

Python Setup failed on Windows 8

2018-11-14 Thread Prospero Akai
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

Re: Fwd: Problem during setup

2018-02-05 Thread Michael Torrie
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

Fwd: Problem during setup

2018-02-05 Thread Денис Олегович
-- 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

Python Environment Setup in Windows 10

2017-04-15 Thread Sayom Shakib
://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

fresh install setup error

2017-04-05 Thread scooter800m
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

Re: Modify Setup

2017-02-06 Thread Bryan Carey
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

Re: Has any one automated the vmware-vra setup using python?

2016-10-23 Thread grant . a . orchard
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

Has any one automated the vmware-vra setup using python?

2016-10-05 Thread Robert Clove
-- https://mail.python.org/mailman/listinfo/python-list

How to fix PyV8 linux setup error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

2016-09-12 Thread p . infante413
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

Re: Package setup best practice style question

2016-05-28 Thread Steven D'Aprano
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

Re: Package setup best practice style question

2016-05-28 Thread Steven D'Aprano
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

Package setup best practice style question

2016-05-28 Thread Gerald Britton
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

Re: how to setup for localhost:8000

2016-04-22 Thread wrh8609
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

Re: how to setup for localhost:8000

2016-04-17 Thread Pierre Quentel
> > 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

Re: how to setup for localhost:8000

2016-04-17 Thread Monte Milanuk
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

Re: how to setup for localhost:8000

2016-04-16 Thread wrh8609
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

Re: how to setup for localhost:8000

2016-04-15 Thread Pierre Quentel
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 >

Re: how to setup for localhost:8000

2016-04-15 Thread Chris Angelico
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

Re: how to setup for localhost:8000

2016-04-14 Thread Vito De Tullio
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

RE: how to setup for localhost:8000

2016-04-14 Thread Dan Strohl via 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:

Re: how to setup for localhost:8000

2016-04-14 Thread wrh8609
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

Re: how to setup for localhost:8000

2016-04-14 Thread Chris Angelico
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

Re: how to setup for localhost:8000

2016-04-14 Thread Random832
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

Re: how to setup for localhost:8000

2016-04-14 Thread Andrew Farrell
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

Re: how to setup for localhost:8000

2016-04-14 Thread Peter Otten
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

how to setup for localhost:8000

2016-04-14 Thread wrh8609
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

Re: setup

2016-03-26 Thread eryk sun
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

Re: setup

2016-03-26 Thread Joel Goldstick
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

setup

2016-03-26 Thread Youssef Ghorab
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

Re: setup failed

2016-02-08 Thread Mark Summerfield
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

Re: setup failed

2016-02-08 Thread Mark Summerfield
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

Re: setup failed

2016-02-08 Thread Mike S via Python-list
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

setup failed

2016-02-04 Thread Prince Thomas
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

Re: Continously opening modify setup

2016-01-11 Thread Bernardo Sulzbach
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

Continously opening modify setup

2016-01-11 Thread Lucifer onetwothree
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

Re: XMPP pub sub setup and working

2015-12-13 Thread dieter
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

XMPP pub sub setup and working

2015-12-12 Thread satish
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

Re: Python 3.5.0 (32-bit) Setup error

2015-10-02 Thread Denis McMahon
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

Re: Python 3.5.0 (32-bit) Setup error

2015-10-02 Thread Laura Creighton
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

Python 3.5.0 (32-bit) Setup error

2015-10-02 Thread Hadassah Harland
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

Fwd: Django Tutorial (Database setup) Question

2015-09-27 Thread Chris Warrick
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

Re: Django Tutorial (Database setup) Question

2015-09-27 Thread Cai Gengyang
^ 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

Re: Django Tutorial (Database setup) Question

2015-09-27 Thread Cai Gengyang
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   2   3   4   >