Tagged Questions

0
votes
3answers
45 views

Python2.x to 3.x conversion

Is there any tool available to automatically convert Python 2.x scripts to Python 3.x? Or do you still have to convert it manually? 2.x-3.x auto-converter would be really helpful ( …
0
votes
2answers
21 views

Problem modulating action script project

I am refactoring a hugh action script solution in Flash builder (beta 2) using the flex 4 sdk. The project does NOT use the mx framework. What i want to have is: A big 'MAIN' pr …
2
votes
3answers
92 views

Is there a straightforward way to find all the modules that are part of a python package?

Is there a straightforward way to find all the modules that are part of a python package? I've found this old discussion, which is not really conclusive, but I'd love to have a def …
0
votes
2answers
47 views

Organize a python library as plugins

I would like to create a library, say foolib, but to keep different subpackages separated, so to have barmodule, bazmodule, all under the same foolib main package. In other words, …
1
vote
2answers
33 views

Drupal module to edit regular db tables

I have a few custom tables in my Drupal database that were created manually. Is there some Drupal module to allow viewing and editing records in custom tables? Tables are simple, n …
0
votes
4answers
94 views

How do I make Python pick the correct module without manually modifying sys.path?

Hi, I have made some changes in a python module in my checked out copy of a repository, and need to test them. However, when I try to run a script that uses the module, it keeps …
12
votes
13answers
525 views

Most useful Python modules from the standard library?

I am teaching a graduate level Python class at the University of Paris, and the students need to be introduced to the standard library. I want to discuss with them about some of t …
0
votes
0answers
42 views

Flex3 modules as itemrenderer in flex list component

I have and list compontent with an extrunal itemrenderer. My itemrender is a module that i would like to load in at runtime. I have used moduleloader tag but it doesn't display an …
0
votes
1answer
31 views

how to load flex modules as list itemrenderers with moduleloader tag

I have and list compontent with an extrunal itemrenderer. My itemrender is a module that i would like to load in at runtime. I have used moduleloader tag but it doesn't display an …
3
votes
2answers
145 views

Isolating Ruby methods from overriding in subclasses? (like Java’s private methods)

In Ruby, I'd like to acheive something like this Java sample: class A { private void f() { System.out.println("Hello world"); } public void g() { f(); } } class …
0
votes
0answers
29 views

Unnecessary Apache modules [closed]

I'm attempting to configure apache to use a bit less memory. I'm wondering what you would consider to be either "heavy memory users" or just totally unnecessary when it comes to th …
0
votes
4answers
247 views

Zend Framework modular app, can’t load models for each module, autoloading models?

Is there a way to have models for each module? I have 3 modules, one is a "contacts" module. I created a model for it in modules/contacts/models/Codes.php Codes Controller class C …
1
vote
2answers
235 views

Maven include JavaDoc Jar in Assembly

I have a project with multiple modules, including on that is responsible for building the final assembly from the artifacts of the other modules. As part of the assembly, I want t …
1
vote
4answers
67 views

Linux kernel modules - security risk?

How much of a security risk are linux kernel modules? I remember reading that it was possible if someone got access, that all they had to do was load a rootkit module. Is this corr …
2
votes
4answers
103 views

How to handle theming of modules in a web application?

Hi, I have made a CMS that allows users to choose which modules to show where on the website. I also have templates/themes that define how the site look. The problem I have goes l …

1 2 3 4 5 10 next
15 30 50 per page