Refers generally to the process of moving data from an external source into one's platform, program, or data set.
0
votes
1answer
13 views
How do I install Oauth2 install on windows (multiple errors)
This is my first time playing with python on a computer instead of using online modules. I'm trying to install Oath2 but the web searches I've found have a number of different ways of doing it and ...
0
votes
0answers
9 views
How to Import Orange into Python Site-Package on a MAC
I need to import orange into python on a MAC, i.e. do this:
import Orange
data=Orange.data.Table ("lenses")
print data.domain.features
When I tried to easy_install orange, permission to write into ...
0
votes
1answer
26 views
Importing Access query output into Excel using VBA
I am trying to get this code to work, but it doesn't seem to want to pull the string from the getopenfilename command, so I thought I would see if anybody has any ideas on how to reconfigure this code ...
0
votes
0answers
10 views
Postgres COPY FROM csv file- No such file or directory
I'm trying to import a (rather large) .txt file into a table geonames in PostgreSQL 9.1. I'm in the /~ directory of my server, with a file named US.txt placed in that directory. I set the search_path ...
0
votes
1answer
42 views
Java importing packages
I have a program in my desktop that I want to run (structure in the url), but when I do compile, with
\code\nlp\assignments\parsing\javac PCFGParserTester.java
I get:
PCFGParserTester.java:6: error: ...
0
votes
1answer
16 views
eclipse can't import library inner class for android application
I've added a library to my android project by putting .jar file into /libs folder and by adding Project->Properties->Android->Add. The problem is that I can't import one static public inner class. ...
0
votes
0answers
11 views
How can all of the ZBrush Obj files be imported to make a complete model? [closed]
I have a folder for ZBrush containing enough obj files to make a complete model.
How do I place all those obj files correctly inside of Zbrush to make the model, as I am only able to import 1 obj ...
0
votes
0answers
10 views
excel import plugin is not working with grails 2.2.1
i want to make use of excel import plugin into my grails project (grails version: 2.2.1)
for this i installed both excel-import:1.0.0 and its dependency plugin joda time 1.4 into my project.
when ...
0
votes
0answers
9 views
php var_export object - forgot to serialize before storing
I have a project where last developer forgot to serialize objects before storing them into database. Now I have:
stdClass::__set_state(array(
'id' => '1',
'name' => 'John',
...
0
votes
0answers
12 views
Unable to Import XML to Excel Causes Excel to Crash
I'm using Office Excel 2007 and attempting to import a rather large XML file into Excel. I have gone through the developer tap to create headings and a map for the import. All of that seems to go ...
0
votes
0answers
10 views
How to deal with null values for some properties with Neo4j batch-import?
I'm trying to import SQL data into my Neo4j graph database with Michael Hunger's batch-import which actually works very well.
To import more than one node type I do it like this: How to do an initial ...
1
vote
1answer
15 views
from bs4 import * fails to import the class NavigableStrign under python3
I am reading the "Beautiful Soup 4.0.0 documentation"
a link
and encountered an import problem:
I import everything in bs4 (BeautifulSoup4.0) under python3:
from bs4 import *
but fail to use ...
1
vote
2answers
208 views
Importing from eclipse to android studio?
I wanted to import some projects from Eclipse to Android Studio, I've already used the option where you export it as a .gradle file and open it in the Studio.
But I also tried a method where I create ...
0
votes
0answers
18 views
How to import a site-package from rJython?
I am trying to call some functions in openopt package for Python from R using the rJython package. I have the NumPy, SciPy, and OpenOpt installed for Python 2.7.4 on my 64 bit windows 7. Importing ...
1
vote
1answer
21 views
Append array to existing json file without loading and decoding the hole file
I´m creating a txt file importer using php, wich can be quite large reaching about 150MB in the near future, what i´ve done is divide the import process in a few steps, and in one of them a save the ...
0
votes
1answer
12 views
import csv into mysql using myphpadmin
I am trying to import a csv file into mysql database. The database contains 5 tables.
Table 1 has a primary key
Table 2 has its own primary and table 1's primary as foreign key
Table 3 has its own ...
1
vote
2answers
50 views
Cannot `import static` static inner class?
I have a class A with a static inner class inside it called B:
import static A.B.*;
class A {
static class B {
static int x;
static int y;
}
public static void ...
0
votes
0answers
12 views
Import Dump File into Oracle Express 11g ORA-01950
I'm trying to import a some dmp files from a client into a locally installed Oracle Express 11.2g and have been running into some problems.
The import command I am using is:
imp system/****** ...
0
votes
1answer
37 views
Export large amount of data (20000 rows) from Mysql to excel (with Php)
I want to export large amount of data (20000 rows) from Mysql to excel (with PHP)
data comes from two tables.
Each record of first table have the ID of second table record.
I am using PHPExcel ...
0
votes
0answers
17 views
Viewing a public Calendar in android
I am creating an app and one of the options is that you will be able to open a public google calendar and view it on the phone.
The calendar is from a different users google account but it is ...
-1
votes
0answers
10 views
Importing Access VBA not accepting strings for source files [closed]
I have a strange problem with Excel VBA. I have programmed a spreadsheet to pull custom queries from various Access databases. I used the data connection wizard to go through MS Query to obtain the ...
1
vote
1answer
28 views
Bizarre Python Import Issue - Relative Imports of Builtins?
Python 2.7 does something very peculiar when you look at it under the hood for importing within a package. Basically, it is storing relative imports of built-ins (among other things) for reasons that ...
1
vote
1answer
22 views
Importing Subclasses from Modules in python
I'm Having an issue when Importing a series of modules and acessing classes within them.
This is my code:
import sys, os
for path, name, files in ...
0
votes
2answers
27 views
Import csv file into mysql database using php
i trying to import csv file into mysql database using php but the Arabic text doesn't shown,
i use
mysql_query("SET NAMES utf8;");
mysql_query("SET CHARACTER_SET utf8;");
but its still not ...
0
votes
0answers
11 views
Why is my Google Drive CSS not showing up in Safari?
I used the @import at-rule, and it's located in the <head> of my HTML:
<style>
@import url('https://googledrive.com/host/0B4nfVqlTfnTzam45bnFnTXUyOEU');
</style>
This shows up in ...
0
votes
0answers
18 views
The import net.sf.morph.Morph cannot be resolved
I have an import statement as follows
import net.sf.morph.Morph;
in my java program.
But in eclipse it shows The import net.sf.morph.Morph cannot be resolved even after adding morph-1.1.jar to ...
0
votes
0answers
9 views
How do I copy a folder with lots of files in it to a NetBeans project?
I try dragging and dropping into the resources and that results in this: http://i.imgur.com/gVH6Pxn.png
I don't want all those resources.. Hell I don't even know how I'd open the files contained in ...
0
votes
0answers
15 views
Trumba iCal files with multiple calendars
I'm able to import iCal files to Trumba using the following basic properties:
BEGIN:VCALENDAR
METHOD:PUBLISH
VERSION:2.0
PRODID:-//Company Name//Product//Language
BEGIN:VEVENT
SUMMARY: This is a ...
0
votes
0answers
27 views
Sphinx Import Submodule Error
I'm using sphinx to try and document an API for a simulator I made, but it's having a problem importing a submodule of pygame. I orignally had a problem importing pygame but then realized it wasn't on ...
0
votes
0answers
11 views
How do I copy a folder with lots of files in it to a NetBeans project? I want it in my projects resources
I try dragging the folder into the resources folder and releasing but nothing happens. Hell I can't even figure out how to import an image into my project's resources folder.
1
vote
2answers
25 views
Magmi is cannot find multiple images
I've Googled, and Stackoverflowed this to death (and checked the Wiki), but I can't find a solution to my problem :(
Maybe you can help??
Problem:
With Magento Magmi: all products and single images ...
0
votes
1answer
21 views
unable to use variables defined in class
Hi i am trying to import the configuration variables from a config file that i had created
Config.php has
class Config
{
public $SERVERNAME = '*******';
public $SUSERNAME = '*********';
...
0
votes
3answers
17 views
importing files in php using require() not working
i tried the following code to import two files
<?php echo "php";
require('../globalvasr.php') or die("error");
require('../newcosn.php') or die("error2");
$config = new ...
0
votes
0answers
51 views
Fixed length text file insert into SQL table [closed]
I am not a DBA on this one and I probably won't have access to BCP or anything like that. So I'm wondering if there is still a way to do it in SQL keeping it very basic.
I have 100's of text files ...
0
votes
0answers
23 views
Slick-Util (in lwjgl): Importing a texture and displaying it results in weird, extra pixels (in lines) created near the texture
Code: http://www.lwjgl.org/wiki/index.php?title=Slick-Util_Library_-_Part_1_-_Loading_Images_for_LWJGL
Output:
(It's supposed to be just a rectangle; but the extra lines at the right, bottom, and ...
0
votes
1answer
41 views
Python - Can a web server avoid imporing for every request?
I'm working on a Python project, currently using Django, which does quite a bit of NLP work in a form post process. I'm using the NLTK package, and profiling my code and experimenting I've realised ...
0
votes
1answer
31 views
Android: How can I export (or import) a XML-file to Dropbox?
I'm trying to make an import-/export-function in my android-app. I store data from a SQLite-database in a XML-string. Instead of storeing it on the SD-card, I want upload it to Dropbox. ... and later ...
0
votes
0answers
22 views
How To Use an Apps Script To “Copy-PasteValue” Dynamic Data In a Google Spreadsheet at a given time?
I have a google spreadsheet that imports and modifies data from an online source that updates every hour. I wish to pull a static copy of the 10pm update from the spreadsheet—essentially a copy-paste ...
0
votes
1answer
23 views
Transfer Scrumwise to GreenHopper
Scrumwise can export its whole data as XML. This contains lots of data including Projects, Backlog, Sprints, Tasks, Team Members, etc. It can also export Tasks as CSV.
GreenHopper can import Projects ...
1
vote
2answers
45 views
Importing Large Data Set into Core-Data (Solution with Multiple Stores)
I know this topic has been discussed, but I'm looking for a specific solution which has been discussed anywhere i.e. using multiple stores instead of one -- one for default data, and other for user ...
0
votes
2answers
27 views
Build less @import url dynamically
While working on a google webfont import mixin, I noticed that it is not possible to build @import URLs dynamically.
.gFontImport (@name, @weights, @subsets) {
@url: ...
0
votes
3answers
32 views
Not able to use Python fibo module [closed]
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import fibo
Traceback (most recent ...
0
votes
1answer
27 views
Python Import Hooks and __main__
PEP 302 defines a way for user code to hook into the import process and intercept imports.
However, this only works for imports that occur after some code has run to register the import hook.
...
0
votes
1answer
22 views
Flash/Actionscript 3 - import/embed XML file for export?
How do I import or embed an XML file so I can export a 100% independent SWF? My project reads an external XML file for text fields and images. When I export the SWF, none of the images/text will show ...
0
votes
1answer
104 views
Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing
I am a student and quite new to programming, and I was given a task to do using ASP.NET and C#, without being taught either. The plan is to learn to teach ourselves.
The task I am stuck on is making ...
1
vote
0answers
16 views
Excel - Macro to import and replace an existing spreadsheet
I work with an excel document with around 25 sheets, 5 sheets are used to summarize the other 20 sheets. Every month I get 20 NEW updated sheets that I have to import into this excel document (I ...
0
votes
0answers
11 views
How can I access to org.eclipse.emf.ecore libraries?
Afetr hours of research I found the answer of my question here:
Notifications and Adapters with Adapter and EContentAdapter
But I don't know how to import the libraries such as "import ...
0
votes
0answers
21 views
How to deploy data from a csv file into a webpage using MongoDB
Basically, I am trying to figure out a way to get information from csv file onto a webpage. I have researched and found that this can be achieved through MongoDB, specifically, MongoImport.
The ...
1
vote
1answer
38 views
Conflicting imports
I've installed 2 python libraries, Flask and the Dropbox SDK. Both have a module called "session". Whenever I call session, it tries calling it on both Flask and Dropbox, but then my application ...
1
vote
2answers
44 views
Solved: Java imported package does not exist
I am trying to use pdfbox to write a simple pdf file but the problem is that I am getting error :
cannot find symbol class PDDocument
I have downloaded the jar files into the same folder the ...






