On 29.04.2013 20:08, Andres Riancho wrote:
> On Mon, Apr 29, 2013 at 12:46 PM, Andres Riancho
> <andres.rian...@gmail.com> wrote:
>> Johanes,
>>
>> On Mon, Apr 29, 2013 at 12:05 PM, Johannes Weberhofer
>> <jweberho...@weberhofer.at> wrote:
[...]
>>> I've just tested to start the graphical interface as non-root user and get
>>> the following exception; maybe that can help? I think the exception's cause
>>> is the same as at the console interface.
>>>
>>>    w3af version:
>>>      w3af - Web Application Attack and Audit Framework
>>>      Version: 1.5
>>>      Revision: unknown
[...]
>>
>> Yes, it's the same bug as the one you're finding in the console,
>> created [0] for this. Will try to fix it today,
>>
>> [0] https://github.com/andresriancho/w3af/issues/294
>
> I think it's fixed now. Please "git pull" and try.

It's fixed! Great job!
>>>
>>>> Also, I'm wondering about pyc files... what happens when a regular
>>>> user runs w3af and it is installed in a directory where he can't store
>>>> the pyc files? If those files aren't stored, python will have to
>>>> compile the py files to pyc files (in a tmp dir?) each time the
>>>> application is run, which is slow... maybe other RPM packages offer a
>>>> solution to this? I know that setup.py compiles py to pyc when you
>>>> install a module in site-packages. This is an interesting question to
>>>> solve:)
>>>
>>>
>>> Andres, I run "%py_compile ." and "%py_compile -O ." prior to install the
>>> application to it's target loaction; so the files are automatically compiled
>>> for later usage.
>>
>> Oh! I was unaware of that command. Nice. In my ubuntu it is called
>> py_compilefiles and doesn't seem to have the -O param, any idea on the
>> differences?

Could be, that .pyc and .pyo files are generated in a single step? I'm 
following the packaging rules on 
http://en.opensuse.org/openSUSE:Packaging_Python#Byte_Compiled_Files

Johannes



-- 
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to