While trying to run the Python code in PyCharm 2018.3.2 version I am getting
the below error. Can someone help?
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Community Edition
2018.3.2\helpers\pydev\pydevconsole.py", line 5, in
from _pydev_comm.rpc import mak
Hi all,
Please help me with how we can make our folder structure similar to Numpy
Folder structure , so that we can make our installer similar to the numpy. With
the folder structure now I am having , if I install , it is directly installing
without the folder in site packages unlike numpy.
Th
Hi all,
Please help me with running Pep8 using setuptools. Also help me how to Pep8
for files in a folder.
Thanks & regards,
Chandru
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the address
Hi all,
How can we set the target folder for the package in Setuptools?
Thanks & regards,
Chandru
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended rec
Hi all,
I am building my script. I want to run all the test scripts.
Currently I am running the code "python setup.py test", it is running only the
some tests in my directory. I want to run all the tests in my directory.
Can you help please.
Thanks & Regards,
Chandru
CAUTION - D
Hi,
I am newbie to python. Please give me an idea to use Global Variable In
multiprocessing with examples. Also give me an best practices of
multiprocessing.
Thanks & Regards,
Chandru
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORM
Hi all,
Please give me an idea about Multiprocessing and Multithreading.
Thanks & Regards,
Chandru
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended rec
Hi all,
I am new to python. Please give information about Pep8 style checker plugin for
VS2012.
Thanks in Advance,
Chandru
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you
Hi all,
I have written the types to plot in Matplotlib.
#Usage Type 1
plt.plot(t,s)
plt.show()
#Usage type 2
fig=plt.figure()
ax=fig.add_subplot(111)
ax.plot(t,s)
plt.show()
I want difference between these types and other ways in which we can use plot.
Thanks & Regards,
Chandru
Thank you William.
-Original Message-
From: William Ray Wing [mailto:w...@mac.com]
Sent: Thursday, September 05, 2013 6:18 PM
To: Chandru Rajendran
Cc: William Ray Wing; python-list@python.org
Subject: Re: Cross Platform
On Sep 4, 2013, at 11:47 PM, Chandru Rajendran
wrote:
> Hi
Hi all,
I have a doubt regarding the python cross platform.
If we write Class in windows ,whether we can without any modifications in
Linux, if so then how about the GUI programming and Libraries.
Please provide needful information.
Thanks,
Chandru
CAUTION - Disclaimer
I asked just to be sure.
Thank you.
Rajendran.
On 6/28/07, Eric Brunel <[EMAIL PROTECTED]> wrote:
> On Thu, 28 Jun 2007 07:45:08 +0200, Rajendran Appavu <[EMAIL PROTECTED]>
> wrote:
>
> > When I am done with a widget that is packed in a Frame, is it safe to
>
When I am done with a widget that is packed in a Frame, is it safe to
call destroy() method on the widget after calling its pack_forget() or
grid_forget() method?
--
Thanks,
Rajendran.
--
http://mail.python.org/mailman/listinfo/python-list
Hi Robert,
Thanks for your response.
The problem I've mentioned comes up only with the Python but not with
the PHP. Is it because PHP has been integrated with Apache and Python
isn't? I mean, we have included these
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2_2.
Hi all,
I've installed pyodbc module to access my database (MS Access). I've
setup a User level DSN to the database.mdb file. When I run my python
code in the command prompt it is retrieving the database contents and
displaying it (HTML output).
But when I run that python from webserver (http://lo
15 matches
Mail list logo