Tagged Questions
The module-packaging tag has no wiki summary.
3
votes
1answer
2k views
DotNetNuke module development with webservices
I need to deploy a webservice as part of a DotNetNuke 4.x module that I'm creating - but am not sure how I can do that and know that it'll always stay in the same place. How can I add an asmx file to ...
2
votes
1answer
67 views
The way to make namespace packages in Python
From Namespace Packages in distribute, I know I can make use of namespace packages to separate a big Python package into several smaller ones. It is really awesome. The document also mentions:
...
1
vote
3answers
161 views
Problems with Perl executable with PP
I am trying to create an *nix executable from a Perl script that uses a CPAN module named Text::BibTeX.
I have been trying to use pp, to pack everything, with no success.
I have tried
pp -o ...
1
vote
5answers
372 views
DotNetNuke Module Packaging
Does anyone know of any simple, concise tutorials for packaging DotNetNuke modules for DotNetNuke 4 and DotNetNuke 5? Preferably something concerning DotNetNuke 5.4, since that's what I'm running.
...