Skip to main content
Filter by
Sorted by
Tagged with
612 votes
21 answers
1.1m views

I have a Python module installed on my system and I'd like to be able to see what functions/classes/methods are available in it. I want to call the help function on each one. In Ruby I can do ...
Chris Gow's user avatar
  • 8,004
4 votes
4 answers
2k views

I'm trying to figure out a way to make user controls run in their own UI threads. Is this possible? I'm trying to prevent a module-based application from crashing due to a single module. Any thoughts?...
user avatar
7 votes
4 answers
570 views

I intend to develop a system that is entirely based on modules. The system base should have support for finding out about plugins, starting them up and being able to provide ways for those modules to ...
user avatar
1 vote
2 answers
519 views

I'd like to create a module in DNN that, similar to the Announcements control, offers a template that the portal admin can modify for formatting. I have a control that currently uses a Repeater ...
Jeff Martin's user avatar
  • 11.1k
258 votes
23 answers
427k views

I get this error: Can't locate Foo.pm in @INC Is there an easier way to install it than downloading, untarring, making, etc?

1
451 452 453 454
455