Top "Module" questions

A logical subdivision of a larger, more complex system.

Defining private module functions in python

According to http://www.faqs.org/docs/diveintopython/fileinfo_private.html: Like most languages, Python has the concept of private …

python function module private
What's the difference between a Python module and a Python package?

What's the difference between a Python module and a Python package? See also: What's the difference between "package" and "module" (…

python module package
Python can't find module in the same folder

My python somehow can't find any modules in the same directory. What am I doing wrong? (python2.7) So I have …

python module
I can't install python-ldap

When I run the following command: sudo pip install python-ldap I get this error: In file included from Modules/LDAPObject.…

python module ldap
How to properly export an ES6 class in Node 4?

I defined a class in a module: "use strict"; var AspectTypeModule = function() {}; module.exports = AspectTypeModule; var AspectType = class AspectType { // ... }; module.…

javascript node.js module export
ImportError: No module named 'selenium'

I'm trying to write a script to check a website. It's the first time I'm using selenium. I'm trying to …

python macos selenium module webdriver
Call a Subroutine from a different Module in VBA

Is it possible to call a function from one Module to another? I have the following code: Sub MAIN() Call …

vba module call
ImportError: No module named six

I'm trying to build OpenERP project, done with dependencies. It's giving this error now Traceback (most recent call last): File "…

python module importerror
How to install bcmath module?

How do I install the bcmath module on a server? I tried yum update php-bcmath but it said it found …

php module bcmath
Android Studio: Module won't show up in "Edit Configuration"

I've imported a project to Android Studio with several subprojects. I want to run a subproject. I successfully made this …

android-studio module