Top "Import" questions

The general process of moving data from an external source into one's platform, program, or data set.

Is it possible to import a whole directory in sass using @import?

I am modularizing my stylesheets with SASS partials like so: @import partials/header @import partials/viewport @import partials/footer @import …

import sass partials
Importing from a relative path in Python

I have a folder for my client code, a folder for my server code, and a folder for code that …

python python-3.x import shared-libraries relative-path
Import module from subfolder

I want to import subfolders as modules. Therefore every subfolder contains a __init__.py. My folder structure is like this: …

python import module subdirectory
ERROR 1148: The used command is not allowed with this MySQL version

I am trying to load data into mysql database using LOAD DATA LOCAL INFILE A.txt INTO DB LINES TERMINATED …

mysql sql import
Import Script from a Parent Directory

How do I import a module(python file) that resides in the parent directory? Both directories have a __init__.py …

python import
Copy Image from Remote Server Over HTTP

I am looking for a simple way to import/copy images from remote server to a local folder using PHP. …

php image import curl copy
Loading .sql files from within PHP

I'm creating an installation script for an application that I'm developing and need to create databases dynamically from within PHP. …

php sql mysql import scripting
PyCharm import external library

I am using PyCharm as an editor for python code in Houdini. Whenever I try to import the main Houdini …

python import pycharm
How do I build an import library (.lib) AND a DLL in Visual C++?

I want to have a single Visual Studio project that builds a DLL file and an import library (.lib) file. (…

c++ visual-studio dll import
What is the difference between #import and #include in Objective-C?

What are the differences between #import and #include in Objective-C and are there times where you should use one over …

objective-c import include