Tagged Questions

4
votes
2answers
68 views

Python import mechanics

I have two related Python 'import' questions. They are easily testable, but I want answers that are language-defined and not implementation-specific, and I'm also interested in style/convention, so …
1
vote
4answers
85 views

JAR for three classes?

I reuse a handful of classes for multiple projects, like Postal Address, State, Zip Code and Phone Number. Associated to them maybe parse/format classes (like Phone Number Formatting). Is it okay …
0
votes
1answer
12 views

Expressing an SConscript’s Own Dependencies

I have an SCons project set up as follows: Project/ SConstruct # "SConscript('stuff/SConscript', variant_dir = 'build') stuff/ SConscript # "import configuration" …
0
votes
2answers
17 views

slideshow module for drupal

hi! i'm in need of a drupal module which gives a slideshow from the images uploaded by the user..i saw the slideshow module but can't understand where to apply the settings.. thanks for ur help.. …
1
vote
2answers
47 views

How to access a builtin module in Python when there is a local module with the same name?

How can a built-in module be accessed when a file prog.py is placed in the same directory as a local module with the same name? I'm asking this question because I would like to create a package …
0
votes
4answers
59 views

How do I register a service in OSGi (Apache Felix)?

Hello, everyone! I have successfully managed to start Apache Felix from code and register an own Bundle. Following relation between OSGI-projects is needed: [OsgiInterface] -- provides interfaces. …
2
votes
3answers
40 views

(In Ruby) allowing mixed-in class methods access to class constants

Hi. I have a class with a constant defined for it. I then have a class method defined that accesses that class constant. This works fine. An example: #! /usr/bin/env ruby class …
0
votes
1answer
95 views

Modules and Delphi

Hi dudes, I'm using dynamic link to load (BPL) modules into my app, the loading works fine with simple forms built into those moudles, but when adding more and more (third-) components and code to …
1
vote
2answers
49 views

How to start and use Apache Felix from code?

Hello, everyone! I can't find information about starting and using Apache Felix from code. I want do things which I am able (or unable ;) ) to do with Apache Felix's Shell. For example, how do I …
12
votes
5answers
205 views

Why is Sun inventing another module system when everyone has standardised on OSGi?

Sun is putting a lot of effort behind modularising the JDK in the form of Jigsaw, and insinuating that it should be the module format of choice for other Java developers as well. The only notable …
1
vote
5answers
65 views

How to Determine The Module a Particular Exception Class is Defined In

Note: i edited my Q (in the title) so that it better reflects what i actually want to know. In the original title and in the text of my Q, i referred to the source of the thrown exception; what i …
5
votes
6answers
76 views

How do I install a module and its dependencies in ActivePerl on Windows?

I want to send emails using gmail's smtp servers and perl. I am trying to install Email::Send::Gmail, but it is not clear to me what are the steps to install it. It seems that it depends on other …
4
votes
6answers
127 views

What are valid Perl module return values?

The common practice in Perl is of course to end modules with 1; so that a call to require can then be checked for success. Is there any reason that the return value couldn't be another true value? …
3
votes
3answers
105 views

How do I install Perl modules on machines without an Internet connection?

I need to install my Perl-based software on networked machines which aren't connected to the internet. Therefore, I would like to download specific versions and/or latest versions of the Perl modules …
0
votes
2answers
77 views

Drupal module nested menu items

In implementing hook_menu for a module, I am trying to put some items into a submenu. So far I have something like this $items['MyModule'] = array( //... 'page callback' => …

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