Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12669

Re: Invoking profile from command line prevent my sys.path modification

From "Gabriel Genellina" <gagsl-py2@yahoo.com.ar>
Subject Re: Invoking profile from command line prevent my sys.path modification
Date 2011-09-02 17:06 -0300
References <CAFEUn8YAG5P92XTHaubMuX_NFG0b28+yhFkR3yf2QxQ4u5gFpQ@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.717.1314993990.27778.python-list@python.org> (permalink)

Show all headers | View raw


En Thu, 01 Sep 2011 07:51:43 -0300, Yaşar Arabacı <yasar11732@gmail.com>  
escribió:

> I am new to profile module, so I am sorry if this is an absolute beginner
> question. In order to my code to run, I need to add a directory to  
> sys.path.
> When I invole python -m profile myfile.py, my code won't work, saying  
> that
> the thing that is supposed to be in path, isn't. Code works fine without
> profiling. Profiling works if I write it into the file, but I don't  
> prefer
> doing that, if that is possible.

You may set the PYTHONPATH environment variable, just for the profiling  
session.

http://docs.python.org/install/index.html#modifying-python-s-search-path

-- 
Gabriel Genellina

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Invoking profile from command line prevent my sys.path modification "Gabriel Genellina" <gagsl-py2@yahoo.com.ar> - 2011-09-02 17:06 -0300

csiph-web