A logical subdivision of a larger, more complex system.
0
votes
0answers
8 views
easy_install using older module for dependency check
How do I get easy_install to see a newer version of a module which is required to install another module?
I'm trying to install MISO locally using:
easy_install --user -U misopy
It gives me an ...
1
vote
1answer
10 views
How to create a Show More button in this .TPL file
I have downloaded a template with a module called Publications. When the News Page is loaded it calls this .tpl file:
{title}{$category.title}{/title}
<div class="newsPage">
...
1
vote
1answer
31 views
Zend Framework 2 on 1&1
I'm setting up Zend Framework 2 on a 1&1 shared hosting site following the skeleton application tutorial, and I'm having issues with the application module not loading:
Fatal error: Uncaught ...
0
votes
1answer
21 views
Loading module within a module, Javascript
I have a module that I load with the following method:
<script src="module_loader.js"></script>
'module_loader' is a script that loads other modules in the same way as it is loaded ...
0
votes
1answer
19 views
syntax error in function in a module, OCaml
Hi my following code gives a "Syntax Error" and i have no idea why...
Any basic mistake you can see?
(* ajouter_itineraire: itineraire -> plan -> plan *)
let ajouter_itineraire (i: ...
0
votes
1answer
37 views
Python: I can't import a module even though it's in site-packages
I'm following the tutorial "Think Python" and I'm supposed to install the package called swampy. I'm running python 2.7.3 although I also have python 3 installed. I extracted the package and placed it ...
0
votes
0answers
12 views
how can i add plugins/modules system to my existing php Application
I made a php/mysql based simple CMS and its opensource. Well first of all i am beginner
here is the link of my project.
https://github.com/yousafsyed/Tugux-CMS
I want to make plugin/modules system in ...
0
votes
1answer
12 views
What is the difference between Managed modules and Native modules in IIS?
http://www.iis.net/learn/get-started/introduction-to-iis/introduction-to-iis-architecture#Components
mentions that managed modules can be extended.
But can someone elaborate on this further? Native ...
1
vote
0answers
32 views
perl module installation error
I just installing the CPAN modules SAP-Rfc in my RHEL-5.8 system.
cpan -i SAP::Rfc
No librfc installation found, usually in /usr/sap/rfcsdk
Then I download the same from the cpan
...
0
votes
1answer
10 views
Set Permission of a module in magento
How we can set the permission of a custom module in magento?
I have installed a module and try to set the permission in the adminpanel but the module is not appearing in the Role List.
But Its not ...
0
votes
0answers
39 views
Access VBA class mods from webservice for an order
I have some class modules from a webservice that im using. I need to make and order and at least print the details of the order to the immediate window in access.
The order will have some normal ...
0
votes
3answers
30 views
Install magento module without Magento Connect that adds attributes to database
I've read a lot of related questions, but my issue falls in between the cracks of what's already been covered, so:
I am modifying a module that is only available via Magento Connect. During setup, ...
0
votes
2answers
36 views
EJB module as a RESTful web service?
can I use an EJB module as a RESTful web service?
There is previous questions asked on the topic such as the one below, but they are from a year to 3 years ago. "Why can't i create a RESTful web ...
0
votes
0answers
11 views
Python APScheduler error calling script
I have a script that I am launching periodically with Apscheduler. The script executes fine when run from command line as ./getandstore.py but when I execute from apscheduler I get (under ubuntu):
...
0
votes
1answer
23 views
Reducucing AIR compile time
I have an AIR app that is quiet big, and compile time is around 40-50 sec.
Good thing is that app is quiet modular, I could easily break it down to modules, and compile them as swc and then recompile ...